摘要:
升级nss (Network Security Service, 网络安全服务) yum update nss 如果没有nss,需要安装nss服务 yum install nss 阅读全文
摘要:
1、设置http代理 npm config set proxy=http://代理服务器地址:8080 2、取消代理 npm config delete proxy 3、npm设置淘宝镜像 npm config set registry=https://registry.npm.taobao.org 阅读全文