본문 바로가기

Programming/Vue.js

[VUE] VUE 설치 과정에서 에러 발생 시 재설치

- vue-cli 삭제

npm uninstall vue-cli -g

 

- vue-cli 설치

npm install -g @vue/cli

 

- vue-cli 업데이트 

npm update -g @vue/cli

 

- vue 버전확인

vue --version

728x90