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
'ETC' 카테고리의 다른 글
[이클립스] 메모리 설정 (0) | 2021.01.27 |
---|---|
[Errors] (Vue.js) npm install 시 에러 (1) (0) | 2021.01.12 |
[Git] 계속 github 인증 오류가 날 때 (0) | 2021.01.03 |
[Git] ssh 관련 인증 삭제 (0) | 2021.01.03 |
[error] npm install bcrypt --save 설치 오류 (0) | 2020.06.15 |
[API] The MovieDB API (0) | 2020.06.15 |
[Settings] Sublime text(서브라임 텍스트) 설치 (0) | 2020.06.15 |
[Git] 설치 / commit / ssh 푸시 (0) | 2020.06.15 |