-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Nodejs Ubuntu installer still installs v4 #1322
Comments
I think I know the problem, NodeSource does not support version "xenial" now
|
Ubuntu Xenial is currently supported and any issue during its installation is related to the environment and the network in which the installation is being carried out. Similar issues with installations on subsystems and behind proxies: #1002 #947 #904 #9 and many more. It's not a problem related to distributions or compatibility, but to the proxy setup. |
I followed the instructions featured on the readme to install v17.x on my Ubuntu Xenial system but after installing when I run
nodejs --version
the output is
v.4.2.6
This is the same version I had before. I tried unistalling it and then following the instructions however it doesn't seem to have any impact on the version installed.
The text was updated successfully, but these errors were encountered: