npm 淘宝镜像安装以及安装报错window_nt 6.1.7601 解决

http://www.cnblogs.com/ycxhandsome/p/6562980.html

npm config set proxy null

npm config set https-proxy null

npm config set strict-ssl false

然后再安装cnmp

npm install -g cnpm --registry=https://registry.npm.taobao.org

原文地址:https://www.cnblogs.com/xuguanghui/p/7693793.html