Vue 프로젝트를 만들기 위해, 터미널창에 vue create '프로젝트명'을 실행하였으나 다음과 같은 오류가 발생하였다.
보통 이렇게 cmd 창에서 명령어 인식을 못하는 경우는 환경변수가 잘못되어있는 경우가 많다. 실제로 확인 결과 path 환경변수에 "C:\Users\{사용자명}\AppData\Roaming\npm"이 사라져 있었다.
그래서 다음과 같이 Path 환경 변수에 "C:\Users\{사용자명}\AppData\Roaming\npm"을 추가하여 문제를 해결하였다.
728x90
'Trouble Shootings' 카테고리의 다른 글
Interactive authentication required 에러 (0) | 2021.06.17 |
---|---|
우분투 npm install 에러 - Error: Missing required argument #1 (0) | 2021.06.16 |
Postgresql ERROR: hour "15" is invalid for the 12-hour clock 에러 (0) | 2020.10.16 |
Postgresql ERROR: conflicting values for "mm" field in formatting string 에러 (0) | 2020.10.16 |
자바 Failed to instantiate [java.util.List]: Specified class is an interface 에러 (0) | 2020.08.06 |