-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Description:
When running npm install, several peer dependency conflicts and deprecation warnings were encountered. The main issue appears to be related to React version mismatches and outdated dependencies in the package tree.
Steps to Reproduce:
- Run
npm installin the project directory. - Observe the warnings and errors related to peer dependency conflicts and deprecated packages.
Expected Behavior:
- Dependencies should resolve correctly without overriding peer dependencies.
- No critical warnings or deprecation messages should appear.
Actual Behavior:
- Multiple peer dependency conflicts related to
[email protected]and dependencies expecting[email protected], 17.x, or 18.x. - Several deprecated packages detected, including:
[email protected](memory leak warning)[email protected](no longer supported)[email protected](prior versions not supported)[email protected](prior versions not supported)[email protected](no longer supported)[email protected](no longer supported)@humanwhocodes/[email protected](suggests@eslint/config-arrayinstead)@humanwhocodes/[email protected](suggests@eslint/object-schemainstead)
Error Log:
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/react
npm WARN react@"^19.0.0" from the root project
npm WARN 75 more (@floating-ui/react-dom, @radix-ui/react-accordion, ...)
npm WARN Could not resolve dependency:
npm WARN peer react@"^16.5.1 || ^17.0.0 || ^18.0.0" from [email protected]
npm WARN node_modules/@stackframe/stack-ui/node_modules/lucide-react
npm WARN lucide-react@"^0.378.0" from @stackframe/[email protected]
npm WARN node_modules/@stackframe/stack-ui
...
Vulnerabilities Reported:
7 vulnerabilities found (2 low, 3 moderate, 1 high, 1 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
Environment:
- Node.js version: v20.18.0
- npm version: 11.0.0
- Operating System: windows 11
Screenshots:
Metadata
Metadata
Assignees
Labels
No labels
