uilibrary / arctic-admin

0 stars 0 forks source link

An Error is raised when angular dependencies is installing #3

Open denisparra123 opened 4 years ago

denisparra123 commented 4 years ago

I tried to run with angular and when I type “npm install” i got the next error:

$ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: egret@10.0.0 npm ERR! Found: @angular/common@10.0.2 npm ERR! node_modules/@angular/common npm ERR! angular/common“10.0.2” from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer angular/common“^6.0.0 || ^7.0.0 || ^8.0.0” from @agm/core@1.1.0 npm ERR! node_modules/@agm/core npm ERR! agm/core“1.1.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! See C:\Users\Denis Parra\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\Denis Parra\AppData\Local\npm-cache_logs\2020-11-11T21_35_35_657Z-debug.log

Could you help me with that please ?

naime-hossain commented 4 years ago

@mh-rafi check this issue .

mh-rafi commented 3 years ago

@denisparra123 Sorry, I was on vacation. Did you solve this issue?