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
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/stylelint
npm error dev stylelint@"16.2.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer stylelint@"^15.11.0" from [email protected]
npm error node_modules/stylelint-codeguide
npm error dev stylelint-codeguide@"0.3.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error C:\Users\nikit\AppData\Local\npm-cache_logs\2024-11-19T12_54_21_072Z-eresolve-report.txt
npm error A complete log of this run can be found in: C:\Users\nikit\AppData\Local\npm-cache_logs\2024-11-19T12_54_21_072Z-debug-0.log
We highly recommend using pnpm as it offers better resolution of peer dependencies.
While we consistently maintain our library, but npm is unable to resolve peer dependencies. To address this issue using npm, please run the following command as it helps in resolving peer dependencies.
npm install --legacy-peer-deps
This should allow the installation to proceed without errors.
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you for raising the concern.
Steps to reproduce
npm install
What is expected?
Success installation.
What is actually happening?
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/stylelint
npm error dev stylelint@"16.2.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer stylelint@"^15.11.0" from [email protected]
npm error node_modules/stylelint-codeguide
npm error dev stylelint-codeguide@"0.3.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error C:\Users\nikit\AppData\Local\npm-cache_logs\2024-11-19T12_54_21_072Z-eresolve-report.txt
npm error A complete log of this run can be found in: C:\Users\nikit\AppData\Local\npm-cache_logs\2024-11-19T12_54_21_072Z-debug-0.log
Additional data
NodeJS Version: LTS 22
Package manager: npm 10.9.0
System: Win 10
The text was updated successfully, but these errors were encountered: