我正在尝试安装webworker-thread
s,这是一个需要 gyp 的节点插件。我按照gyp
设置说明进行操作,到目前为止,在尝试“ rebuild
”时仍然出现错误:
C:\Program Files\nodejs\node_modules\webworker-threads>node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild
gyp ERR! configure error
gyp ERR! stack Error: spawn ENOENT
gyp ERR! stack at errnoException (child_process.js:980:11)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:771:34)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Program Files\nodejs\node_modules\webworker-threads
gyp ERR! node -v v0.10.8
gyp ERR! node-gyp -v v0.9.5
gyp ERR! not ok
npm ERR! weird error 1
npm ERR! not ok code 0
我在 Windows 7 32 位系统上。Sooo 抽出一些时间,这是我的个人清单:
路径:节点在用户和系统路径中。npm 在用户路径中。Python 路径也已设置。
- Python:2.7.3 安装在 C:\Python27
- 已安装 VisualStudio C++ 2010 和 2012 Express
- 节点版本 v0.10.8
- 以管理员权限运行所有内容
- 执行的命令: npm install -g node-gyp
- npm install webworker-threads
- 然后出现错误。
你们有没有发现我做错了什么?
非常感谢您的指导!