npm install -g cnpm安装报错
程序员文章站
2022-06-15 14:55:18
...
npm ERR! code ERR_TLS_CERT_ALTNAME_INVALID
npm ERR! errno ERR_TLS_CERT_ALTNAME_INVALID
npm ERR! request to https://registry.cnpmjs.org/cnpm failed, reason: Hostname/IP does not match certificate's altnames: Host: registry.cnpmjs.org. is not in the cert's altnames: DNS:r.cnpmjs.org
解决办法:
- 先清除掉以前的代理设置
npm config set proxy null
npm config set https-proxy null
- 重新设置
npm config set registry http://registry.cnpmjs.org/
上一篇: Android view动画之平移动画
下一篇: php-PHP安装mongoDB驱动失败
推荐阅读
-
vue踩坑记-在项目中安装依赖模块npm install报错
-
window环境下npm install node-sass报错的解决方法
-
解决小米手机USB安装apk时AS报错:INSTALL_FAILED_USER_RESTRICTED
-
npm install 安装出错
-
关于Mac下安装nodejs、npm和cnpm的教程
-
npm install 安装深坑
-
thinkphp6安装报错,composer install tp6 报错 Parse error: syntax error
-
win10 oracle11g安装报错问题集合 附解决方法
-
illegal opcode 红屏报错(hp 360 G6安装win2003)问题解决方法
-
python搭建环境:pip install -r requirements/base.txt时安装mysqlclient报错