React Watch Error: node_modules/.bin/webpack: Permission denied
error on activating: npm run watch
These issues happen because of broken packages.
Go to the main folder. (react-app)
If using Linux use command
rm -rf node_modules
If you are using npm run this command
npm install
see link below for few other solutions