Frontend
npm install 프록시 환경 세팅
wrallee
2020. 6. 3. 08:47
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
}