Vue : npm run serve 오류 vue-cli-service: command not found

885 단어 vuevue clierrerr

git clone을 받고

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! [email protected] serve: `vue-cli-service serve`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] 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 ci
npm run serve

npm ci 로 기존에 깔려있거나 업데이트 되어있는 패키지를 재실행 해주면 정상적으로 실행할 수 있다!

좋은 웹페이지 즐겨찾기