While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! peer react@"^16.8.0

29 views Asked by At

Im getting below error while installing npm packages for react.

Image1

My package json file

Image2

i tried running below command to overcome the issue but still got npm packages error.

1

There are 1 answers

2
Sandeep M On

It seems like the error might be with the internal dependencies. Do try removing node modules completely and installing it again. Also if it doesn't work, can you try this command npm install --legacy-peer-deps. It might help solve the issue.