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
Cleaning Cache and Node_module are not enough. Follow this steps:
Cache
Node_module
npm cache clean --force
node_modules
package-lock.json
npm install
It works for me like this.