Describe the bug
When I run npm install it produces the following error
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @vue/cli-plugin-unit-jest@4.5.19
npm ERR! Found: @vue/cli-service@5.0.8
npm ERR! node_modules/@vue/cli-service
npm ERR! dev @vue/cli-service@"^5.0.8" from the root project
npm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0 || ^5.0.0-0" from @vue/cli-plugin-babel@5.0.8
npm ERR! node_modules/@vue/cli-plugin-babel
npm ERR! dev @vue/cli-plugin-babel@"^5.0.8" from the root project
npm ERR! 3 more (@vue/cli-plugin-router, @vue/cli-plugin-typescript, @vue/cli-plugin-vuex)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/cli-plugin-unit-jest@4.5.19
npm ERR! node_modules/@vue/cli-plugin-unit-jest
npm ERR! dev @vue/cli-plugin-unit-jest@"~4.5.19" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @vue/cli-service@4.5.19
npm ERR! node_modules/@vue/cli-service
npm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/cli-plugin-unit-jest@4.5.19
npm ERR! node_modules/@vue/cli-plugin-unit-jest
npm ERR! dev @vue/cli-plugin-unit-jest@"~4.5.19" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/ci-alex.liu/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ci-alex.liu/.npm/_logs/2024-03-08T14_50_44_082Z-debug-0.log
To Reproduce
Steps to reproduce the behavior:
clone this project
run npm install
Desktop (please complete the following information):
Describe the bug When I run
npm install
it produces the following errorTo Reproduce Steps to reproduce the behavior:
npm install
Desktop (please complete the following information):
Package Manager: npm@8.19.3