react scripts error

 

‘react-scripts’은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.
위의 에러를 만나는 경우 아래의 방법을 사용하자

send me email if you have any questions.


error 해결

$ npm update
$ npm upgrade
$ npm start

위의 방법으로 해결되지 않는다면

$ yarn add react-scripts
$ npm install --save react-scripts

위의 둘 중 하나 실행