Dear,
After Purchasing I downloaded and started using angular, for demo 1. I have installed angular and nodejs on my machine and tried many times to run npm install but got error,
metronic_angular_v8.2.5_demo1 % npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: angular-in-memory-web-api@0.16.0
npm ERR! Found: @angular/common@17.3.0
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"^17.0.8" from the root project
npm ERR! peer @angular/common@"^17.0.0 || ^18.0.0" from @angular/cdk@17.3.0
npm ERR! node_modules/@angular/cdk
npm ERR! peer @angular/cdk@"17.3.0" from @angular/material@17.3.0
npm ERR! node_modules/@angular/material
npm ERR! @angular/material@"^17.0.4" from the root project
npm ERR! 13 more (@angular/forms, @angular/material, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^16.0.0" from angular-in-memory-web-api@0.16.0
npm ERR! node_modules/angular-in-memory-web-api
npm ERR! angular-in-memory-web-api@"^0.16.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @angular/common@16.2.12
npm ERR! node_modules/@angular/common
npm ERR! peer @angular/common@"^16.0.0" from angular-in-memory-web-api@0.16.0
npm ERR! node_modules/angular-in-memory-web-api
npm ERR! angular-in-memory-web-api@"^0.16.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.
npm ERR!
npm ERR!
npm ERR! For a full report see:
please advise.
Thanks
Some truly wonderful work on behalf of the owner of this internet site , perfectly great articles
cat peeing blood home remedy
It looks like you're running into a dependency conflict with your Angular project. The issue arises because angular-in-memory-web-api@0.16.0 has a peer dependency on @geometry dashangular/common@^16.0.0, but you have @angular/common@17.3.0 installed. You can run the install command with the --legacy-peer-deps flag. This will ignore peer dependency conflicts:
npm install --legacy-peer-deps
Hi I found your site by mistake when i was searching yahoo for this acne issue, I must say your site is really helpful I also love the design, its amazing!. I don’t have the time at the moment to fully read your site but I have bookmarked it and also add your RSS feeds. I will be back in a day or two. thanks for a great site.
Hi Hesham Al-Saleh
Apologies for the delay. Please run `npm install --force` to bypass the conflict. We are aware of the issue and will provide a fix soon. Thank you for your patience.