npm config -g editnpm config -g set proxy http://host-ip:port/npm config -g set strict-ssl false하면 사내에서 가능안되면npm cache clean --forcevue create가 안될 때.vuerc{"useTaobaoRegistry": true}로 하니까 됐음
근데 인증서를 npm에 임포트 시키면 될것같은데
>>>>> 결론
1) npm -g config edit > proxy, cafile or strict-ssl 설정
2) (Optional) C:\Users\%USERNAME%\.vuerc > 파일 생성 후 아래 항목 입력
{
"useTaobaoRegistry": true
}
'Frontend' 카테고리의 다른 글
Vue.js(10) 시작2 (0) | 2020.05.25 |
---|---|
Vue.js (9) 웹 애플리케이션 (0) | 2020.04.30 |
Vue.js (8) 뷰 프로젝트 (0) | 2020.04.25 |
Vue.js (7) 뷰 템플릿 (0) | 2020.04.24 |
Vue.js (6) HTTP 통신 (0) | 2020.04.23 |