gpt4 book ai didi

node.js - NPM,无论我做什么都找不到 'graceful-fs'

转载 作者:IT老高 更新时间:2023-10-28 22:00:49 28 4
gpt4 key购买 nike

这是我尝试为 node.js 安装 express 时得到的结果

npm install express

module.js:340
throw err;
^
Error: Cannot find module 'graceful-fs'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/usr/share/npm/lib/utils/ini.js:32:10)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)

我什至尝试了其他人,但仍然遇到同样的错误。我进行了一些挖掘,并在我的服务器上找到了“gracefui-fs”。

我在亚马逊 ec2 服务器上运行 ubuntu 12.04 LTS。 Node 安装没有错误,npm 仍然没有工作。我还使用

卸载并重新安装了 npm
apt-get

以及来源。在安装过程中我也没有收到任何错误。

最佳答案

遇到了同样的问题。不要从 aptitudeapt-get 下载 npm

改为尝试:

git clone --depth=1 git://github.com/npm/cli.git
cd cli/scripts
chmod +x install.sh
sudo ./install.sh

在这里看到:NPM can't install appjs. Error: Cannot find module 'graceful-fs'

关于node.js - NPM,无论我做什么都找不到 'graceful-fs',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11379919/

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