You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this by creating a script in the root directory with #!/bin/sh rm web-code-3000.lock; npm run build; npm run build-server; npm run start;
and called it watch_script.sh.
Then I changed the watch script to "watch": "nodemon --ignore static/scripts/bundle.js --ignore lib/web-code-stats.compiled.js --exec \"sh watch_script.sh\"",
I've been trying to run web-code with the steps given for development but nodemon keeps on crashing.
I'm running on Windows 10.
npm version: 5.6.0
node version: 8.11.3
The text was updated successfully, but these errors were encountered: