npm start error -28 There is likely additional logging output above

류슬기·2021년 2월 1일
0

error

목록 보기
2/6
post-thumbnail
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! 21_02_02@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the 21_02_02@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!     /home/seulgi/.npm/_logs/2021-02-02T03_06_47_729Z-debug.log

npm start를 할 경우 다음과 같은 오류가 발생한다.
package-json 삭제하고 module도 삭제도 해보고
npm install을 새로 해보아도 계속 오류가 발생했다.

echo 65536 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
위의 명령어로 오류 해결!

추가적인 logging output이 너무 많아서 이런 오류가 발생한 것 같다.
이 명령어가 max_user_watches가 가능하게 무력화 시키는 것으로 추측중이다.

출처

profile
FE Developer🌱

0개의 댓글