728x90
프로젝트 중인데 아침에 출근해서 git 최신버젼을 받고 npm run local 을 실행했더니 오류가 난다..
어제 퇴근 전까지만 해도 잘되었는데. ㅠㅠ
당황하지 말고 해결해 본 방법을 정리 해 보았다
[Error 내용]
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! **@0.1.0 local: `vue-cli-service serve --mode local`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the **@0.1.0 local 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:
[해결]
1. npm 설치
npm install
2. npm run local 실행
npm run local
728x90
'Front-End > Vue' 카테고리의 다른 글
[Vue] Component name should always be multi-word 에러 조치 방법 (0) | 2023.08.01 |
---|---|
[Vue] Vue 에디터 ( Toast Editor ) 적용 (0) | 2023.07.31 |
[Vue] Vue cli 최신 버전 업데이트 방법 ( vue create is a Vue CLI x only command and you are using Vue CLI x.x.x. You may want to run the following to upgrade to Vue CLI x) (0) | 2023.06.23 |
[Vue] Vue Bootstrap 사이트 (0) | 2022.09.01 |
SPA(Single Page Application) (0) | 2022.08.31 |