Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- JSP
- 인프런
- 기술 대비
- Model2
- 메이븐
- 스프링
- SQL
- 프로그래머스
- 롬복
- 인텔리제이
- 서브쿼리
- Model1
- STS
- 프레임워크
- @RestController
- select
- 자바
- @Controller
- MVC2
- 뉴렉처
- 코테
- AOP
- 서블릿
- Join
- MVC
- toUpperCase
- 코딩테스트
- Lombok
- DDL
- 김영한
Archives
- Today
- Total
Heestory
A complete log of this run can be found in: 에러 본문
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 하면 됨
또한 나는 터미널에서 실행은 잘 안되는거같다.