-1

h: react-scripts: command not found npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! client@0.1.0 start: react-scripts start npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the client@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

  • Does this answer your question? [react-scripts: command not found](https://stackoverflow.com/questions/47612580/react-scripts-command-not-found) – Trobol Dec 28 '19 at 07:34

1 Answers1

1

Try deleting package-lock.json and then run npm install before npm start.

sachin_hg
  • 136
  • 3