I follow a udemy course, using create-react-app
, then starting the localhost with npm start
. It works fine until i install the react-router-dom
then i get this error in the terminal :
react-scripts' is not recognized as an internal or external command, operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! venue@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the venue@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Could Someone explain what is going on? And what to do to fix it ?
Thank you