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

Dependency Error while installing Web3.js #1240

Closed
alexvcasillas opened this issue Dec 20, 2017 · 6 comments
Closed

Dependency Error while installing Web3.js #1240

alexvcasillas opened this issue Dec 20, 2017 · 6 comments

Comments

@alexvcasillas
Copy link

Good afternoon,
I'm trying to make an implementation of Web3 to connect to my external Quorum Blockchain but I can't manage to install this library while I'm still getting this error every time I try to execute the following command: npm install --save web3

npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated tar.gz@1.0.7: ⚠️  WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.com/frozeman/WebSocket-Node.git
npm ERR! 
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 192.30.253.112]: errno=Expiró el tiempo de conexión
npm ERR! github.com[1: 192.30.253.113]: errno=Expiró el tiempo de conexión
npm ERR! 
npm ERR! 
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/alex/.npm/_logs/2017-12-20T13_10_02_657Z-debug.log

Environment Details
OS: Ubuntu 16.04
Node Version: v9.2.1
NPM Version: v5.6.0

More Details
It got stucked always with the / fetchMetadata: sill resolveNewModule http-https@1.0., stays there forever untill it got a timeout then not move forwards.

Thanks for your support.
Regards,
Alex.

@balinskia
Copy link

Sometimes I also have such problem that in random places npm is being stuck. I solved it by switching to yarn :)

@alexvcasillas
Copy link
Author

It works with yarn? Really, @balinskia ?
(╯°□°)╯︵ ┻━┻

@alexvcasillas
Copy link
Author

Still not working for me with yarn

@alexvcasillas
Copy link
Author

alexvcasillas commented Dec 20, 2017

Suddenly started working ... Sorry for the annoying issue, i'm gonna close this ...

@leehankyeol
Copy link

This somehow happens sometimes. #1211

@izotx
Copy link

izotx commented Feb 28, 2018

For me it was a firewall issue.

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

4 participants