Skip to content
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. #6575

Open
3 tasks done
kstoev opened this issue Feb 24, 2025 · 1 comment
Open
3 tasks done

Can't Build Jellyfin-web. #6575

kstoev opened this issue Feb 24, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@kstoev
Copy link

kstoev commented Feb 24, 2025

This issue respects the following points:

  • This issue is not already reported on GitHub (I've searched it).
  • I agree to follow Jellyfin's Code of Conduct.
  • This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.

Describe the bug

npm install isn't working.

Reproduction Steps

  1. git clone https://github.com/jellyfin/jellyfin-web.git
  2. cd jellyfin-web
  3. npm install

Expected/Actual behaviour

No issues.

Logs

PS E:\jellyfin-web> npm install
npm warn deprecated @types/[email protected]: This is a stub types definition for localforage (https://github.com/localForage/localForage). localforage provides its own type definitions, so you don't need @types/localforage installed!
npm warn deprecated @types/[email protected]: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed.
npm warn deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm warn deprecated [email protected]: flatten is deprecated in favor of utility frameworks such as lodash.
npm warn deprecated @stylelint/[email protected]: Use the original unforked package instead: postcss-markdown
npm warn deprecated [email protected]: Please see https://github.com/lydell/urix#deprecatednpm warn deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm warn deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm warn deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm warn deprecated @stylelint/[email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

added 1840 packages, and audited 1841 packages in 26s

34 vulnerabilities (1 low, 23 moderate, 10 high)

To address issues that do not require attention, run:
npm audit fix

To address all issues possible (including breaking changes), run:
npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run npm audit for details.

Server version

latest

Web version

latest

Build version

latest

Platform

WINDOWS 10

Browser

Firefox

Additional information

No response

@kstoev kstoev added the bug Something isn't working label Feb 24, 2025
@thornbill
Copy link
Member

Warnings are not errors. Those can be ignored. Also running install only installs dependencies but does not build the app. You can find build instructions in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants