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 |
Tags
- 자바
- 프로그래머스
- @RestController
- AOP
- DDL
- Join
- 뉴렉처
- 스프링
- 코테
- MVC2
- Model2
- JSP
- 인프런
- 프레임워크
- select
- Model1
- MVC
- 기술 대비
- 인텔리제이
- @Controller
- 코딩테스트
- toUpperCase
- SQL
- 메이븐
- Lombok
- 롬복
- 서브쿼리
- STS
- 서블릿
- 김영한
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 하면 됨
또한 나는 터미널에서 실행은 잘 안되는거같다.