-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble Preparing Interface #275
Comments
Not sure for Mac, but in Linux it's one command (run command with environment variable): JELLYFIN_WEB_DIR=../jellyfin-web/dist npm ci --no-audit |
Having the same error, just in Windows 11.
And the log ...
|
@Pegasus82 use commands from wiki. Just in case, if you are using PowerShell, use commands from the collapsible blocks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey all, I'm at the "Prepare Interface" step for installing Tizen. Specifically the command below:
"cd jellyfin-tizen JELLYFIN_WEB_DIR=../jellyfin-web/dist npm ci --no-audit"
JELLYFIN_WEB_DIR=../jellyfin-web/dist works well, no errors after doing this, I even put in my full file path in case that was the issue.
The problem is with the "npm ci --no-audit" command. I am not recieving the www folder in the tizen folder after running this command, even with sudo (on macOS). The output I am seeing suggests:
"Error: ENOENT: no such file or directory, scandir '/Users/ddog/Documents/tizengeneral/jellyfin-tizen/node_modules/jellyfin-web/dist'"
I've added my terminal below:
Please let me know if you guys have any advice. I'm so close lol
The text was updated successfully, but these errors were encountered: