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

Install Node.js on Linux #18

Closed
sandeep-v1404 opened this issue Dec 5, 2021 · 0 comments
Closed

Install Node.js on Linux #18

sandeep-v1404 opened this issue Dec 5, 2021 · 0 comments

Comments

@sandeep-v1404
Copy link
Contributor

sandeep-v1404 commented Dec 5, 2021

pin: false
summary: Node.js on Linux

Using NodeSource

Refer to the NodeSource documentation for more
information on the available versions.

Node.js v14.x:

# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs

Upgrade npm

npm install -g npm
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

2 participants