今天在win7下安装cnpm出现上图的错误,解决方法:
npm config set proxy null(npm config delete proxy)
npm config set https-proxy null
npm config set strict-ssl false
然后再安装cnmp
npm install -g cnpm –registry=https://registry.npm.taobao.org
今天在win7下安装cnpm出现上图的错误,解决方法:
npm config set proxy null(npm config delete proxy)
npm config set https-proxy null
npm config set strict-ssl false
然后再安装cnmp
npm install -g cnpm –registry=https://registry.npm.taobao.org
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。