I\'m trying to learn react, so I have this sample code for the full-stack react voting app, and I am trying to get it to work but after running npm install followed by npm s
I resolve this error running following code
npm cache clean
then delete node_modules directory from my project structure manually or with following command
node_modules
rm -rf node_modules
After That install dependencies again using
npm install