node 使用 npm 安装 cnpm 的方法及错误

cnpm安装

我们可以使用大爱淘宝定制的 cnpm 命令行工具代替默认的 npm
官方网址:http://npm.taobao.org
安装命令:
npm install -g cnpm --registry=https://registry.npm.taobao.org

安装时出现错误

✔️ 解决办法1

可以尝试,先运行:
npm config set registry "http://registry.npmjs.org/"
或者:
npm config set registry https://registry.npm.taobao.org
再执行:
npm install -g cnpm

#配置后可通过下面方式来验证是否成功
npm config get registry

✔️解决办法2

先输入以下命令并运行(记得删除#内容):
#注册模块镜像
npm set registry https://registry.npm.taobao.org
#node-gyp 编译依赖的 node 源码镜像
npm set disturl https://npm.taobao.org/dist
#清空缓存
npm cache clean --force
最后运行:
npm install -g cnpm --registry=https://registry.npm.taobao.org

✔️解决办法3

如果你的错误提示如下:
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).
需要先获取权限(Windows用户应该使用右键,选择管理员权限运行cmd即可),先在终端执行命令:
sudo -s
按照提示,输入密码后再执行:
npm install -g cnpm --registry=https://registry.npm.taobao.org

验证安装是否正确

执行命令:
cnpm -v

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值