-
-
Notifications
You must be signed in to change notification settings - Fork 755
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
Download version indexes failure, version switch failure! #776
Comments
To install a local version without consulting
|
Ignoring the error would mean that the same command could install different versions depending on the internet connection. That is not something I want to do.
A related issue including example script: #727 (comment) |
ok. thank you! |
An answer was provided, and no further activity in a month. Closing this as resolved. Feel free to open a new issue if it comes up again, with new information and renewed interest. |
Added --offline option in n v9.2.0 |
Bug Report
Summary
n v8
curl: (22) The requested URL returned error: 502
Error: failed to download version index (https://npmmirror.com/mirrors/node/index.tab)
script returned exit code 2
Steps to Reproduce
Expected Behaviour
Ignore the error, and use local installed node.
Actual Behaviour
exit code 2
Other Information
Configuration Details
$ n --version v9.1.0 $ command -v node /usr/local/bin/node $ node -p process.platform linux $ node -v v18.16.1
The text was updated successfully, but these errors were encountered: