vue-cli 오류 설치-4058 해결 방법

저 는 vue 비계 타 임 스 를 설치 한 잘못 입 니 다.저 는 산 과 들 을 방 문 했 지만 답 을 찾 지 못 했 습 니 다.어떤 사람 이 저 에 게 cnpm 로 설치 하 라 고 했 지만 cnpm 에 설 치 된 vue 에는 많은 구덩이 가 있 습 니 다.

npm WARN checkPermissions Missing write access to C:\Users\liuyg\AppData\Roaming
pm
ode_modules\vue-cli
ode_modules\cliui
ode_modules\wordwrap npm ERR! path C:\Users\liuyg\AppData\Roaming
pm
ode_modules\vue-cli
ode_modules\cliui
ode_modules\wordwrap npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall access npm ERR! enoent ENOENT: no such file or directory, access 'C:\Users\liuyg\AppData\Roaming
pm
ode_modules\vue-cli
ode_modules\cliui
ode_modules\wordwrap' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\liuyg\AppData\Roaming
pm-cache\_logs\2017-10-18T14_34_23_721Z-debug.log

그래서 나 는 계속 보 너 스 를 붙 이 고 해결 방안 을 찾 았 다.마치 인터넷 대리 문제 인 것 같다.
npm 설치 원본 을 바 꾸 면 됩 니 다.구체 적 인 방법 은 다음 과 같 습 니 다.
1.config 명령 으로

npm config set registry https://registry.npm.taobao.org
npm info underscore(위 에 올 바 르 게 설정 되 어 있 으 면 문자열 response 가 있 습 니 다)

2.명령 행 지정

npm --registry https://registry.npm.taobao.org info underscore
그리고 설치 해 주시 면 됩 니 다.

이상 이 바로 본 고의 모든 내용 입 니 다.여러분 의 학습 에 도움 이 되 고 저 희 를 많이 응원 해 주 셨 으 면 좋 겠 습 니 다.

좋은 웹페이지 즐겨찾기