250x250
Notice
Recent Posts
Recent Comments
«   2025/01   »
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
more
Archives
Today
Total
관리 메뉴

진스

Vue 버전업 방법 및 재설치 본문

Vue

Vue 버전업 방법 및 재설치

입방정 2021. 4. 26. 09:12
728x90

1. 업그레이드

npm update -g @vue/cli (안될시 vscode 에디터 껐다 켜서 다시 실행해봄)

 

2. 업그레이드 안될 시 재설치를 위한 vue-cli 삭제

 명령어 : npm uninstall @vue-cli -g

2-1. 명령어 삭제가 안될 시

 C:\Users\ [myapp] \AppData\Roaming\npm\node_modules\@vue 폴더와   

 C:\Users\ [myapp] \AppData\Roaming\npm\vue 폴더를 모두 삭제

3. 재설치

 명령어 : npm install -g @vue/cli

 

4. (잘 설치되었는지) 버전 확인

 명령어 : vue --version

 

5. vue 환경의 프로젝트 생성

 프로젝트명 : vue-cli

 명령어 : vue create vue-cli

 

 

 

 

 

 

 

 

728x90
Comments