Vue : npm run serve 오류 vue-cli-service: command not found
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
로 기존에 깔려있거나 업데이트 되어있는 패키지를 재실행 해주면 정상적으로 실행할 수 있다!
Author And Source
이 문제에 관하여(Vue : npm run serve 오류 vue-cli-service: command not found), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@whdms3368/Vue-npm-run-serve-오류-vue-cli-service-command-not-found저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)