flickz / jobtweets

Find Real Time Job Tweets
MIT License
89 stars 16 forks source link

react-scripts not found #4

Open brianmituka opened 6 years ago

brianmituka commented 6 years ago

Hey I'm getting the error below when I npm run dev. sh: 1: react-scripts: not found [1] npm ERR! file sh [1] npm ERR! code ELIFECYCLE [1] npm ERR! errno ENOENT [1] npm ERR! syscall spawn [1] npm ERR! jobtweets@0.1.0 start:react-scripts start [1] npm ERR! spawn ENOENT [1] npm ERR! [1] npm ERR! Failed at the jobtweets@0.1.0 start script. [1] npm ERR! This is probably not a problem with npm. There is likely additional logging output above. [1] npm [1] WARN Local package.json exists, but node_modules missing, did you mean to install? I have the node modules folder also. I don't understand the warning.

flickz commented 6 years ago

@brianmituka Try to reinstall the modules in the client directory. From your cmd navigate to the client folder and npm install