'react-scripts' is not recognized as an internal or external command, operable program or batch file

David Essien picture David Essien · Feb 23, 2018 · Viewed 59.5k times · Source

I am learning to react. The version I installed is 16. I installed prop-types via npm after I got an error that 'react-scripts' is not recognized as an internal or external command, operable program or batch file."

enter image description here

Answer

Yogesh Borad picture Yogesh Borad · Mar 31, 2018

It is an error about react-scripts file missing in your node modules directory at the time of installation.

Now, you can add manually this via the command:

npm install react-scripts