-
Notifications
You must be signed in to change notification settings - Fork 121
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
node-thrust fail to install on Windows Enterprise #265
Comments
What mom version. Looks like an https error
|
Sorry nvm I'll look at this when I get into work and give a better response
|
I'm brand new to node, I'm not sure I want to pursue this, but I just ran 3314 verbose about to build /Users/ctipper/.node/lib/node_modules/npm/node_modules/node-thrust |
Was this resolved? It looks like I'm having the same error as @ctipper. It seems to be an issue with bootstrap.js. I'm getting error code 9. I created a directory and ran And this is the error being thrown:
I'll poke around a bit more with it, but if you have any ideas, I'd love some input. Thanks! |
Oh okay. It appears, at least for me, that the post-install for thrust was failing (maybe a timeout?). But I tried a few more times, and it works now. Sorry about the noise! Excited about the project! |
Hi, i tried to install node-thrust yesterday on my own computer and everything was ok but today when i tried on my work's computer i got this error, can you help me, i don t understand? is it because him under windows enterprise?
C:\Users\EXi471\Documents\thrust_tutorial>npm install node-thrust
C:\Users\EXi471\node_modules\node-thrust\vendor\thrust.version
Creating: C:\Users\EXi471\node_modules\node-thrust\vendor\thrust
Downloading: https://github.com/breach/thrust/releases/download/v0.7.6/thrust-v0
.7.6-win32-ia32.zip
..
[2015-02-17T07:20:53.105Z] *********************************************
[2015-02-17T07:20:53.105Z] ERROR: tunneling socket could not be established, cau
se=getaddrinfo ENOTFOUND 80
[2015-02-17T07:20:53.120Z] *********************************************
[2015-02-17T07:20:53.120Z] Error: tunneling socket could not be established, cau
se=getaddrinfo ENOTFOUND 80
[2015-02-17T07:20:53.120Z] at ClientRequest.onError (C:\Users\EXi471\node_mo
dules\node-thrust\node_modules\request\node_modules\tunnel-agent\index.js:168:17
)
[2015-02-17T07:20:53.120Z] at ClientRequest.g (events.js:199:16)
[2015-02-17T07:20:53.120Z] at ClientRequest.emit (events.js:107:17)
[2015-02-17T07:20:53.120Z] at Socket.socketErrorListener (_http_client.js:27
2:9)
[2015-02-17T07:20:53.120Z] at Socket.emit (events.js:107:17)
[2015-02-17T07:20:53.120Z] at net.js:923:16
[2015-02-17T07:20:53.120Z] at process._tickCallback (node.js:355:11)
[2015-02-17T07:20:53.136Z] ---------------------------------------------
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs
\node_modules\npm\bin\npm-cli.js" "install" "node-thrust"
npm ERR! node v0.12.0
npm ERR! npm v2.5.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] postinstall:
node scripts/bootstrap.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'node scripts/bootstrap.js'.
npm ERR! This is most likely a problem with the node-thrust package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/bootstrap.js
npm ERR! You can get their info via:
npm ERR! npm owner ls node-thrust
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\EXi471\Documents\thrust_tutorial\npm-debug.log
btw i love your project
The text was updated successfully, but these errors were encountered: