-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during npm install #157
Comments
I get the same error, when I create a new project with jhipster... |
This is an issue with the compilation of native addons related to socket.io/engine.io. Please ensure that installation of those works independently. |
I got similar error:C:\khanh\totonow\node_modules\karma\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\utf-8-validate>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild ) gyp ERR! build error bufferutil@1.1.0 install C:\khanh\totonow\node_modules\karma\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\bufferutil gyp ERR! build error bufferutil@1.1.0 install C:\khanh\totonow\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client\node_modules\ws\node_modules\bufferutil gyp ERR! build error utf-8-validate@1.1.0 install C:\khanh\totonow\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client\node_modules\ws\node_modules\utf-8-validate gyp ERR! build error karma-jasmine@0.3.6 node_modules\karma-jasmine karma@0.13.9 node_modules\karma grunt-karma@0.12.1 node_modules\grunt-karma phantomjs@1.9.18 node_modules\phantomjs karma-phantomjs-launcher@0.2.1 node_modules\karma-phantomjs-launcher |
I tried to find what is inside C:\khanh\todoapp\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client\node_modules\ws\node_modules\bufferutil\build\bufferutil.vcxproj But when I went to "C:\khanh\todoapp\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client\node_modules\ws\node_modules" there is not "\bufferutil\build\bufferutil.vcxproj |
@do-n-khanh you can ignore those errors, it's just letting you know that an optional dependency is failing probably because of karma-runner/karma#1577 (comment) |
I am actually trying to install angular using "yo angular". I ignored the errors as you said. The result should be like this (css load correctly) So I think the reason I didnt get the correct result is because of the above issue. |
Pretty sure the display/css error is because of something else, the errors above are releated to |
thanks |
I am getting the same error of cl.exe was not found. Is there any variable to the path to cl.exe so that I can point to the exact location? |
Looks like at least one of you guys are on Windows as am I. Unfortunately getting node to play nice with windows is usually challenging. The following thread solved the gekko build issue for me: Hope it helps someone else. |
Hi,
I got the following error during npm install :
Somebody have an idea ?
The text was updated successfully, but these errors were encountered: