-
Notifications
You must be signed in to change notification settings - Fork 485
Can not install #1072
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
Comments
Please specify:
Unfortunately, I strongly suspect that your node/npm installation is broken in general, not just for documentation.js. |
versions npm -v node -v nodejs -v installed via sudo apt-get install eslint works |
Sorry, looks like this might be this npm issue - perhaps a misconfigured proxy, or similar to this issue, also about a proxy. The error is happening before documentation.js is even fetched from npm, so it's not anything we could fix on our side - you'll need to tinker with potentially fixing a proxy, or filing an issue with npm. |
This did seem to be proxy related. Running now gives me the same fs.js:1024 throw new ERROR_OUT_OF_RANGE( error... see #1068 |
The text was updated successfully, but these errors were encountered: