标签: Npm

4 篇文章

常用镜像源【备忘】
npm npm config set registry https://registry.npmmirror.com //其他 npm 官方原始镜像网址是:https://registry.npmjs.org/ 淘宝最新 NPM 镜像:https://registry.npmmirror.com 阿里云 NPM 镜像:https://npm.ali…
npm ERR! code CERT_HAS_EXPIRED:解决证书过期问题
我检查了一下,本地时间是没问题的,可能就是仓库时间与本地时间无法对齐的可能 尝试替换 npm config set registry http://registry.cnpmjs.org npm config set registry http://registry.npm.taobao.org 再试 OK了,另外也可以附加尝试下面的操作 清除np…