我想在我的窗口系統上實現this程序,但我得到這個錯誤。錯誤,同時運行node.js程序
[email protected] ~/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)
請提出爲什麼這個錯誤來臨。
感謝
什麼節點版本? – generalhenry 2011-02-17 19:16:20
@generalhenry節點0.3.1節點版本 – XMen 2011-02-18 05:08:52