gpt4 book ai didi

node.js - npm错误-在终端中找不到npm

转载 作者:太空宇宙 更新时间:2023-11-03 23:40:44 26 4
gpt4 key购买 nike

请帮我清除这个错误

Apples-Mac-mini:bin apple$ curl -L http://npmjs.org/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 193 100 193 0 0 244 0 --:--:-- --:--:-- --:--:-- 471
100 6711 100 6711 0 0 431 0 0:00:15 0:00:15 --:--:-- 5456
sh: line 20: npm-install-3294.sh: Permission denied
sh: npm-install-3294.sh: No such file or directory
rm: npm-install-3294.sh: No such file or directory

最佳答案

curl -L http://npmjs.org/install.sh | sudo sh

注意前面的sudo。您收到的错误是由于安装程序尝试将文件复制到系统文件夹,需要管理权限。

此外,您实际上不需要安装 NPM,因为它包含在最新的 Node.js 版本中。要在 MacOS 上安装 Node.js,请参阅 their official site .

关于node.js - npm错误-在终端中找不到npm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24284004/

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