I have problem installing the the npm packages in the fresh cloned project from github #2558
emadbaqeri
started this conversation in
General
Replies: 1 comment
-
That is just a valid problem due to the change in the npm-cli, if you read the changelog of the npm you are going to see that npm is blaming the conflicts and not just ignoring them as usual in versions below v7. npm install --legacy-peer-deps The flag that you are seeing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have cloned a react-native project and tried to install
npm
packages usingnpm install
, but I have faced the error below.
What I have done?
npm install --legacy-peer-deps
, was not helpfulyarn
to install packages the error was gone but the issue persistedAny idea on this?
Any Ideas and suggestions are appreciated
Beta Was this translation helpful? Give feedback.
All reactions