I was trying to test the performance of my React app(created with create-react-app) with react CDN script and i did \'npm run eject\' to add webpack ex
Deletion and then npm install method mentioned is correct. However, if you are using git (or just any version control), just do:
npm install
git checkout -- .
or:
git stash