Heestory

A complete log of this run can be found in: 에러 본문

개발(~국비)/Vue.js

A complete log of this run can be found in: 에러

까만밀가루 2022. 7. 29. 23:14

npm run serve 해야하는데 에러 떠서 당황

대략 에러는 이런 내용이었고 

구글링 했을 때 알아 본 방법들 

 


명령어 작성하기

 

npm cache clean --force

 

npm install --cache

[Error] npm ERR! A complete log of this run can be found in: (velog.io)

 

[Error] npm ERR! A complete log of this run can be found in:

에러 핸들링

velog.io


npm run dev 

 

이렇게 명령하기


근데 결론은 콘솔 경로가 잘못된것

나의 경우 vuejs > day03 > myapp

그니까 myapp에서 실행되어야 하니까 거기서 cmd를 켜서 npm run serve 하면 됨

또한 나는 터미널에서 실행은 잘 안되는거같다.

'개발(~국비) > Vue.js' 카테고리의 다른 글

Vue 정리1  (0) 2022.08.05
Vue 정리  (0) 2022.08.05