gpt4 book ai didi

cygwin - 运行node.js程序时出错

转载 作者:太空宇宙 更新时间:2023-11-04 02:44:43 24 4
gpt4 key购买 nike

我正在尝试实现 this在我的窗口系统上运行程序,但我收到此错误。

Administrator@rahul ~/nodepad
$ node app.js
native library not built
Express server listening on port 3000, environment: development
Using connect 0.5.9, Express 1.0.7, Jade 0.6.3

node.js:50
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: EPERM, Operation not permitted
at Stream._onConnect (net.js:687:18)
at IOWatcher.onWritable [as callback] (net.js:284:12)

请说明为什么会出现此错误。

谢谢

最佳答案

您是否启动了 mongodb 实例? Nodepad 应用程序需要 MongoDB 数据库才能工作。

http://www.mongodb.org获取预编译包,解压并创建一个“data”目录。然后从 bin 目录运行“mongod --dbpath ./data”(使用您的“数据”路径)。

有时 Node.js 堆栈跟踪是神秘的。

关于cygwin - 运行node.js程序时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5028528/

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