摘要: I solved this problem this way:I run this command:npm config set strict-ssl falseThen set npm to run with http, instead of https:npm config set registry "http://registry.npmjs.org/"Then I install packages using this syntax:npm --proxy http://username:password@cacheaddress.com.br:80 install 阅读全文
posted @ 2013-03-13 23:10 LightStack开发日记 阅读(186) 评论(0) 推荐(0) 编辑