Im getting below error while installing npm packages for react.
My package json file
i tried running below command to overcome the issue but still got npm packages error.
Im getting below error while installing npm packages for react.
My package json file
i tried running below command to overcome the issue but still got npm packages error.


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.