You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This issue respects the following points:
Describe the bug
npm install isn't working.
Reproduction Steps
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
The text was updated successfully, but these errors were encountered: