我在Windows 7 x64计算机上运行它:
npm install -g karma
npm WARN optional dep failed, continuing fsevents@0.3.0
-
> ws@0.4.32 install C:\Users\developer\AppData\Roaming\npm\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
在最后一行之后它就会挂起!
我已经尝试了我能想到的一切
- 卸载/重新安装节点(0.10.32)
- 从用户appdata中删除node_packages文件夹
- 检查builderror.log文件(它是空的)
- 安装nodex32和x64,同样的问题
- 等待:)
有趣的是,当它被挂起时,node.exe进程占用了一个CPU。我不确定它是真的做了什么还是被绞死了。
有什么想法吗?
l.e。:看起来它似乎是node-gyp的一个问题,就像运行一样。
node-gyp configure or
node-gyp rebuild
也挂起
gyp info using node@0.10.32 | win32 | ia32
答案 0 :(得分:0)
这可能与WebdriverJS this issue中的which also affects Protractor有关,但遗憾的是,尚未解决。显然,临时解决方法是install everything described in this blog post by someone。