篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text PROBLEMA instalacao pacotes npm相关的知识,希望对你有一定的参考价值。
I solved this problem this way:
I run this command:
npm config set strict-ssl false
Then set npm to run with http, instead of https:
npm config set registry "http://registry.npmjs.org/"
Este ultimo talvez não seja preciso, caso seja:
Then I install packages using this syntax:
npm --proxy http://username:password@cacheaddress.com.br:80 \
install packagename
OU (que foi como fiz)
npm config set proxy http://185.70.189.59:58591
npm config set https-proxy http://185.70.189.59:58591
以上是关于text PROBLEMA instalacao pacotes npm的主要内容,如果未能解决你的问题,请参考以下文章