摘要: 今天在win7下安装cnpm出现上图的错误,解决方法: npm config set proxy null(npm config delete proxy) npm config set https-proxy null npm config set strict-ssl false 然后再安装cn 阅读全文
posted @ 2017-03-17 04:11 酒城魂淡 阅读(5617) 评论(0) 推荐(0)