NPM install error

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
chris4282
Posts: 4
Joined: 20 May 2022, 22:01

26 Jul 2022, 05:19

Hi,

On a fresh install of the template, running npm install results in this compile error:

Code: Select all

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular-devkit/build-angular@13.2.6
npm ERR! Found: karma@5.1.1
npm ERR! node_modules/karma
npm ERR!   dev karma@"~5.1.0" from the root project
npm ERR!   peer karma@"*" from karma-jasmine@4.0.1
npm ERR!   node_modules/karma-jasmine
npm ERR!     dev karma-jasmine@"~4.0.0" from the root project
npm ERR!     peer karma-jasmine@">=1.1" from karma-jasmine-html-reporter@1.7.0
npm ERR!     node_modules/karma-jasmine-html-reporter
npm ERR!       dev karma-jasmine-html-reporter@"^1.5.0" from the root project
npm ERR!   1 more (karma-jasmine-html-reporter)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional karma@"^6.3.0" from @angular-devkit/build-angular@13.2.6
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR!   dev @angular-devkit/build-angular@"~13.2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: karma@6.4.0
npm ERR! node_modules/karma
npm ERR!   peerOptional karma@"^6.3.0" from @angular-devkit/build-angular@13.2.6
npm ERR!   node_modules/@angular-devkit/build-angular
npm ERR!     dev @angular-devkit/build-angular@"~13.2.0" 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.
In order to make it work I have to run npm install --force.

Is there a cleaner solution to this?

cetincakiroglu
Posts: 130
Joined: 17 Dec 2021, 09:33

26 Jul 2022, 10:59

Hi,

This issue is not related to PrimeNG or Avalon template. Use npm install --legacy-peer-deps flag. It happens because your local versions in your machine don't match what you want to install.

Regards

Post Reply

Return to “Avalon - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 13 guests