ETC / / 2020. 6. 15. 21:28

[error] 'react-scripts'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는

728x90
> client@0.1.0 start C:\workspace\react\boiler-plate\client
> react-scripts start
'react-scripts'은(는) 내부 또는 외부 명령, 
실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@0.1.0 start: `react-scripts
start`
npm ERR! Exit status 1
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.
npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Chris\AppData\Roaming\npm-cache\_logs\2020-05-04T13_08_43_079Z-debug.log

* 문제 : 타 npm install OOO을 하고 갑자기 안 될때

npm update

npm start -> 해결 안됨.

npm install -g react-scripts -> 해결

 

그래도 안되면 node_module 폴더를 삭제하고 다시 npm install하는게 빠를 수 있음. 

300x250
  • 네이버 블로그 공유
  • 네이버 밴드 공유
  • 페이스북 공유
  • 카카오스토리 공유