Answers for "'react-scripts' is not recognized as an internal or external command, operable program or batch file. error: "watch:css" exited with 1."

98

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

//If you transfered Your Project from another machime or from github then just 
//Install react-scripts again !! 

//UP vote if it helped you !

npm i -g react-scripts
Posted by: Guest on January-04-2021
1

'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! [email protected] start: `react-scripts start` npm ERR! Exit status 1

npm install react-scripts --save
Posted by: Guest on January-14-2022

Code answers related to "'react-scripts' is not recognized as an internal or external command, operable program or batch file. error: "watch:css" exited with 1."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language