关于下载cnpm报错request to https://registry.npm.taobao.org/ failed, reason: certificate has expired
报证书过期
换成淘宝改了之后的地址:
npm install -g cnpm -registry=https://registry.npmmirror.com
关于下载cnpm报错request to https://registry.npm.taobao.org/ failed, reason: certificate has expired
报证书过期 换成淘宝改了之后的地址: npm install -g cnpm -registry=https://registry.npmmirror.com
|