깃 클론 시 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하면 서버가 열린다!
뷰를 이용해 프로젝트를 시작했다. 부족한 점이 많지만 열심히 검색..해서 훌륭한 포트폴리오를 완성할 것이다!!!!