我尝试安装nodejs,它工作正常,我能够让它运行。完全按照此处显示的步骤操作:http: //blog.nowjs.com/running-nowjs-natively-on-windows
然后我尝试安装 nowjs 并运行 multiroomchat_server.js 示例并收到此错误:
[Error: The specified procedure could not be found.
C:\Program Files (x86)\nodejs\node_modules\now\bin\proxy.node]
Error: The specified procedure could not be found.
C:\Program Files (x86)\nodejs\node_modules\now\bin\proxy.node
at Object.Module._extensions..node (module.js:480:11)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\now\lib\pr
oxy.js:10:13)
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)
我正在运行 Windows 7 64 位,安装了 32 位版本的 node.js node-v0.8.1-x86.msi。
有人让它运行吗?