



























(1) Rocky Linux 9.2
(1) 查看镜像
npm config get registry
(2) 配置镜像
npm config set registry 镜像地址
(3) 镜像列表
淘宝: https://registry.npm.taobao.org 阿里云: https://npm.aliyun.com/ CNPM: http://registry.cnpmjs.org
certificate has expired

(1) 取消SSL验证
npm config get strict-ssl npm config set strict-ssl false
(1) 安装
npm install -g cnpm --registry=https://registry.npm.taobao.org
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。