-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can't Build Jellyfin-web #6331
Comments
I think if you search for the regex |
replacing those with woff seems to work - however there are more fonts affected
|
Found if I downgraded the font source packages :
then font errors no long show - confused by PR #6088 passing though - when I run this code and attempt to build, I get build / webpack errors which I would have expected to break the workflow? |
Building works fine on my end. The fonts you're missing are included on my end. Can you delete node_modules, pull the latest master, and try again? |
Describe The Bug
When building and running the jellyfin-web project from source, there are a number of font issues that are presented
Steps To Reproduce
npm start
Expected Behavior
COde checked out should build and run without errors
Logs
Extract from build console :
Screenshots
System (please complete the following information):
Additional Context
Have been able to determine that one of the files identified (~@fontsource/noto-sans/files/noto-sans-cyrillic-ext-400-normal.woff2") does not exist in the node_modules folder -however ~@fontsource/noto-sans/files/noto-sans-cyrillic-ext-400-normal.woff does exist - wonder if these references in src\styles\noto-sans\base-400-normal.scss should be set to
.woff
, not.woff2
?The text was updated successfully, but these errors were encountered: