Skip to content
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

Multiple warnings and errors with npm install on Win-8.1 #15

Open
brandousov opened this issue Apr 17, 2016 · 0 comments
Open

Multiple warnings and errors with npm install on Win-8.1 #15

brandousov opened this issue Apr 17, 2016 · 0 comments

Comments

@brandousov
Copy link

brandousov commented Apr 17, 2016

npm-debug-log: https://yadi.sk/i/MmDi4Evjr4h3C

E:\node\001-thrust>npm install node-thrust
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.

node-thrust@0.7.6-rc.1 postinstall E:\node\001-thrust\node_modules\node-thrust

node scripts/bootstrap.js

E:\node\001-thrust\node_modules\node-thrust\vendor\thrust.version
Creating: E:\node\001-thrust\node_modules\node-thrust\vendor\thrust
Downloading: https://github.com/breach/thrust/releases/download/v0.7.6/thrust-v0.7.6-win32-ia32.zip

[2016-04-17T12:38:12.095Z] *********************************************
[2016-04-17T12:38:12.096Z] ERROR: getaddrinfo ENOTFOUND github.com github.com:443
[2016-04-17T12:38:12.098Z] *********************************************
[2016-04-17T12:38:12.099Z] Error: getaddrinfo ENOTFOUND github.com github.com:443
[2016-04-17T12:38:12.099Z] at errnoException (dns.js:26:10)
[2016-04-17T12:38:12.099Z] at GetAddrInfoReqWrap.onlookup as oncomplete
[2016-04-17T12:38:12.107Z] ---------------------------------------------
npm WARN enoent ENOENT: no such file or directory, open 'E:\node\001-thrust\package.json'
npm WARN 001-thrust No description
npm WARN 001-thrust No repository field.
npm WARN 001-thrust No README data
npm WARN 001-thrust No license field.
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\nodejs\node.exe" "C:\Users\teo\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install" "node-thrust"
npm ERR! node v5.10.1
npm ERR! npm v3.8.6
npm ERR! code ELIFECYCLE

npm ERR! node-thrust@0.7.6-rc.1 postinstall: node scripts/bootstrap.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-thrust@0.7.6-rc.1 postinstall script 'node scripts/bootstrap.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, 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 information on how to open an issue for this project with:
npm ERR! npm bugs node-thrust
npm ERR! Or if that isn't available, 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! E:\node\001-thrust\npm-debug.log

E:\node\001-thrust>node -v
v5.10.1

E:\node\001-thrust>npm -v
3.8.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant