gyp ERR! configure error gyp ERR! stack Error: EACCES: permission denied问题
Posted vieber
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gyp ERR! configure error gyp ERR! stack Error: EACCES: permission denied问题相关的知识,希望对你有一定的参考价值。
问题背景
想使用本地模块调试的时候,执行npm link的时候报了下面的错误,使用sudo也不行。
报错原因
> fsevents@1.2.13 install /Users/sufubo/code/fe-sdk-test/bridge-sdk/node_modules/fsevents
> node install.js
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/xxx'
问题分析
看起来是权限的问题,我使用ls -la
看了一下权限,发现是有的drwxr-xr-x 199 root staff 6368 6 23 16:47 node_modules
,然后又sudo执行了一下就成功了。
以上是关于gyp ERR! configure error gyp ERR! stack Error: EACCES: permission denied问题的主要内容,如果未能解决你的问题,请参考以下文章
如何解决node升级到 8.x.x 以上版本后 gyp ERR! build error问题
gyp ERR! stack Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/bcrypt/.node
npm install时报错gyp ERR! stack Error: Can't find Python executable "2.7"
npm i安装包依赖时 gyp ERR! stack Error: Can‘t find Python executable “python“, you can set the PYTHON env(
npm i安装包依赖时 gyp ERR! stack Error: Can‘t find Python executable “python“, you can set the PYTHON env