关于Mac安装淘宝镜像报错

安装淘宝镜像错误代码如下:

npm install -g cnpm --registry=https://registry.npm.taobao.org

 报错信息:

npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /usr/local/lib/node_modules/cnpm
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/cnpm'
npm ERR!  [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/cnpm'] {
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'mkdir',
npm ERR!   path: '/usr/local/lib/node_modules/cnpm'
npm ERR! }
npm ERR! 
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.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/xueshenshen/.npm/_logs/2022-01-20T07_12_12_119Z-debug.log

直接安装无权限,需要使用sudo命令来安装
安装命令如下: 

sudo npm install -g cnpm --registry=https://registry.npm.taobao.org --verbose

回车!
接下来会提示Password,输入电脑开机密码即可,输入之后不显示任何符号直接输入完开机密码之后点击回车即可;

Password:

查看是否安装成功:

看最后几行就可以

  run `npm fund` for details
npm timing command:install Completed in 20030ms
npm verb exit 0
npm timing npm Completed in 20115ms
npm info ok 

使用命令查看是否安装成功:

cnpm -v

输出如下即安装成功

cnpm@7.1.0 (/usr/local/lib/node_modules/cnpm/lib/parse_argv.js)
npm@6.14.16 (/usr/local/lib/node_modules/cnpm/node_modules/npm/lib/npm.js)
node@16.13.1 (/usr/local/bin/node)
npminstall@5.4.0 (/usr/local/lib/node_modules/cnpm/node_modules/npminstall/lib/index.js)
prefix=/usr/local 
darwin arm64 21.2.0 
registry=https://registry.npmmirror.com

  • 4
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值