gpt4 book ai didi

node.js - 无法在 Mac OS X 上 npm 安装 'mean-cli' 模块

转载 作者:太空宇宙 更新时间:2023-11-03 22:34:27 27 4
gpt4 key购买 nike

更新:显然,使用 sudo 安装 Node 模块是不好的做法。相反,更改文件夹权限将解决此问题。

在这里查看答案:https://stackoverflow.com/a/31546496/2859315

原始帖子:

目前,我已经安装了Node(版本v0.12.7)和NPM。我正在尝试从 NPM 安装 mean-cli 软件包。

我按照此处找到的安装说明进行操作:https://github.com/linnovate/mean#installation

此外,我正在 Udemy 上参加 MEAN Stack 开发类(class)。以下为讲座内容: https://www.udemy.com/mean-stack-for-beginners/#/lecture/2697540

到目前为止,我已经安装了两个必备包:Gulp 和 Bower:

$ npm install -g gulp
// and bower
$ npm install -g bower

首先,我尝试使用npm install -gmean-cli进行安装,但在不使用sudo的情况下引发了权限错误。那么,即使使用 sudo 也不起作用。

其次,我尝试更新并重新安装 Node 和 NPM。还是有同样的问题。

当我输入命令sudo npm install -gmean-cli时,

我收到这样的回复:

> mean-cli@0.10.14 preinstall /usr/local/lib/node_modules/mean-cli
> node ./scripts/preinstall

shell-init: error retrieving current directory: getcwd: cannot access parent directories: Permission denied
node.js:720
var cwd = process.cwd();
^
Error: EACCES, permission denied
at Error (native)
at Function.startup.resolveArgv0 (node.js:720:23)
at startup (node.js:63:13)
at node.js:814:3
npm ERR! Darwin 14.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "mean-cli"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! code ELIFECYCLE

npm ERR! mean-cli@0.10.14 preinstall: `node ./scripts/preinstall`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mean-cli@0.10.14 preinstall script 'node ./scripts/preinstall'.
npm ERR! This is most likely a problem with the mean-cli package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./scripts/preinstall
npm ERR! You can get their info via:
npm ERR! npm owner ls mean-cli
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Library/WebServer/Documents/NodeJS/mean/npm-debug.log

问题似乎出在这里:在mean-cli@0.10.14预安装脚本'node处失败,但我不确定如何进一步调试它。

任何见解或有用的信息都将受到赞赏!谢谢!

最佳答案

显然,使用 sudo 安装 Node 模块是不好的做法。相反,更改文件夹权限将解决此问题。

在这里查看答案:https://stackoverflow.com/a/31546496/2859315

关于node.js - 无法在 Mac OS X 上 npm 安装 'mean-cli' 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31548980/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com