21.11.04 - TIL

jinny·2021년 11월 4일
0

TIL

목록 보기
3/32
post-thumbnail

깃 클론 시 npm run serve를 입력하면 나오는 에러

에러 해결

sh: vue-cli-service: command not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! squid-game@0.1.0 serve: `vue-cli-service serve`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the squid-game@0.1.0 serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/user/.npm/_logs/2021-11-04T12_49_04_772Z-debug.log

npm 캐시를 지워주고 모듈을 다시 설치하면 해결

npm cache verify

캐시 지우고

npm install

다시 설치하고 run serve하면 서버가 열린다!


마무리 회고

뷰를 이용해 프로젝트를 시작했다. 부족한 점이 많지만 열심히 검색..해서 훌륭한 포트폴리오를 완성할 것이다!!!!

profile
주니어 개발자의 기록

0개의 댓글