-
Notifications
You must be signed in to change notification settings - Fork 335
Description
Version
latest
Reproduction link
Operating System
windows 10
Device
desktop
Browser & Version
chrome latest
Steps to reproduce
-unzip the folder
-run the command 'npm install' on the project folder
-got a NPM ERROR
What is expected?
to work
What is actually happening?
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: argon-design-system-angular@1.3.0
npm ERR! Found: @angular/core@13.3.1
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"^13.3.1" from the root project
npm ERR! peer @angular/core@"13.3.1" from @angular/animations@13.3.1
npm ERR! node_modules/@angular/animations
npm ERR! @angular/animations@"13.3.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"13.3.12" from @angular/common@13.3.12
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"^13.3.1" from the root project
npm ERR! peer @angular/common@"13.3.12" from @angular/platform-browser@13.3.12
npm ERR! node_modules/@angular/platform-browser
npm ERR! @angular/platform-browser@"^13.3.1" 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 C:\Users\julia\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\julia\AppData\Local\npm-cache_logs\2023-02-25T11_53_34_441Z-debug-0.log