I'm running this on a Windows 7 x64 machine:
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)
After the last line it simply hangs!
I've tried everything i can think of
- uninstall/reinstall node (0.10.32)
- delete the node_packages folder from the user appdata
- checking the builderror.log file (it's empty)
- installing nodex32 and x64, same problem
- waiting :)
What's interesting is that while it's hanged the node.exe process eats up one CPU. I'm not sure if it's really doing something or it's hanged.
Any ideas?
l.e.: it seems it's a problem with node-gyp, as running e.g.
node-gyp configure or
node-gyp rebuild
hangs as well with
gyp info using node@0.10.32 | win32 | ia32