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
Faced this exact problem,
for me it worked by deleting package-lock.json and re run npm install
deleting
package-lock.json
npm install
if it doesn't resolve try