Posts by Kaue M • 1 point
1 post
-
0
votes1
answer55
viewsA: error : problem performing npm start , failed at the [email protected] start script - React
I had the same problem. I managed to settle by doing: npm install -g npm@latest to update npm rm -rf node_modules to remove all existing modules npm install to re-install the project dependencies.…