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

Nodejs Ubuntu installer still installs v4 #1322

Closed
ShipmasterKyle opened this issue Dec 20, 2021 · 3 comments
Closed

Nodejs Ubuntu installer still installs v4 #1322

ShipmasterKyle opened this issue Dec 20, 2021 · 3 comments

Comments

@ShipmasterKyle
Copy link

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.

@givetimetolife
Copy link

givetimetolife commented Dec 21, 2021

image

I think I know the problem, NodeSource does not support version "xenial" now

## Your distribution, identified as "xenial", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support

@givetimetolife
Copy link

givetimetolife commented Dec 21, 2021

image

I upgraded my operating system so that I can install node normally, But i don't want to do this

RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"

# prepare node env
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && apt-get install -y nodejs

@JesusPaz
Copy link
Contributor

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.

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

3 participants