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
[] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request
Current behavior npm install complains about version compatibility with:
npm install (sweb-resolve/synapse_web/static/webpack) 12:14:18npm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolvenpm ERR! npm ERR! While resolving: [email protected]npm ERR! Found: [email protected]npm ERR! node_modules/vue-template-compilernpm ERR! vue-template-compiler@"2.7.14" from the root projectnpm ERR! peerOptional vue-template-compiler@"^2.0.0" from @vue/[email protected]npm ERR! node_modules/@vue/cli-servicenpm ERR! dev @vue/cli-service@"~4.5.18" from the root projectnpm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/[email protected]npm ERR! node_modules/@vue/cli-plugin-routernpm ERR! @vue/cli-plugin-router@"^4.5.19" from @vue/[email protected]npm ERR! 1 more (@vue/cli-plugin-vuex)npm ERR! 2 more (@vue/test-utils, vue-jest)npm ERR! npm ERR! Could not resolve dependency:npm ERR! peer vue-template-compiler@"2.6.x" from [email protected]npm ERR! node_modules/jest-vue-preprocessornpm ERR! dev jest-vue-preprocessor@"^1.7.1" from the root projectnpm ERR! npm ERR! Conflicting peer dependency: [email protected]npm ERR! node_modules/vue-template-compilernpm ERR! peer vue-template-compiler@"2.6.x" from [email protected]npm ERR! node_modules/jest-vue-preprocessornpm ERR! dev jest-vue-preprocessor@"^1.7.1" from the root projectnpm ERR! npm ERR! Fix the upstream dependency conflict, or retrynpm ERR! this command with --force, or --legacy-peer-depsnpm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Expected behavior npm install works.
Minimal reproduction of the problem with instructions
package.json:
I'm submitting a ... (check one with "x")
Current behavior
npm install
complains about version compatibility with:Expected behavior
npm install
works.Minimal reproduction of the problem with instructions
package.json:
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
macOS 13.2.1
The text was updated successfully, but these errors were encountered: