I have a recurring issue with npm start
.
First, it seems that every time after I removed everything in the src
folder I will not be able to run npm start
-- it will throw an error at start script.
I have been solving that problem with deleting node_modules and doing another npm install.
After that, npm start
will run successfully, but it will give an error from chokiar
saying that it's unable to watch my index.css
and index.js
.
Does anyone have a similar experience with this and have a solution?