Error: EACCES: permission denied, open ‘tree-sitter‘

在Linux环境下,尝试使用npm全局安装tree-sitter时遇到权限错误。错误日志显示为EACCES,提示缺少'mkdir'权限。尝试通过添加'--unsafe-perm=true --allow-root'参数进行安装,但出现了gyp配置失败的问题,具体表现为'make cc'命令未找到,建议安装gcc来解决编译问题。
摘要由CSDN通过智能技术生成

npm安装没有权限

you could try adding

 npm i -g bash-language-server --unsafe-perm=true --allow-root

报错日志:

gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/tree-sitter/.node-gyp'
gyp ERR! System Linux 5.10.16.3-microsoft-standard-WSL2
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/local/lib/node_modules/tree-sitter
gyp ERR! node -v v14.17.3
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! tree-sitter@0.19.0 install: `prebuild-install || node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the tree-sitter@0.19.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-09-03T03_52_17_361Z-debug.log
[root@gaohongtao-7320 installer]# npm install -g tree-sitter --unsafe-perm=true --allow-root

编译时 提示make cc Command not found

 yum install gcc
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值