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 best solutions below

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.