-
Notifications
You must be signed in to change notification settings - Fork 450
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
Installation behind a proxy #184
Comments
I do not host that package. Could you check with their maintainer? |
oh i found it: https://www.npmjs.com/package/esprima |
It's not Atom Beautify direct dependency: https://github.com/Glavin001/atom-beautify/blob/master/package.json#L46-L65 |
I tried to look thru all of the failed / error installation logs however I could not determine which dependent package had the broken dependency. I cannot even reproduce this, since I am not behind a firewall / proxy. I hope someone is able to track it down and resolve this. Good luck. |
here is my error log. do you see something that cause the error?
|
I'm having prettymuch the same error on Atom 0.180.0 on OS X 10.9.5.
I also have my Here is the stack trace when trying to install via the GUI in
The same issue arises when installing via the command line ( |
the problem is the git://github.com/ariya/esprima.git package. its not a npm package. but its not atom-beautifyers fault. a dependency of ab has this git://github.com/ariya/esprima.git in its package.json. |
in the last issues there was a problem for the installation behind a proxy. non-npm packages were responsible for that. it seems that "git://github.com/ariya/esprima.git" is the only package left that is non-npm and which interrupts the installation.
would it be possible to transfer esprima to npm?
The text was updated successfully, but these errors were encountered: