合规国际互联网加速
OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。
广告
## 将npm源更换为国内镜像 ``` npm config set registry http://registry.cnpmjs.org/ npm config set registry http://registry.npm.taobao.org/ ``` ## 官网地址 ``` npm config set registry https://registry.npmjs.org/ ```
安装源(registry)地址
将npm源更换为国内镜像
取消ssl验证
报错
npm报错:unable to verify the first certificate
npm设置和取消代理的方法
设置淘宝源
使用nrm快速切换npm源