nodejs.org Open in urlscan Pro
2606:4700:10::6814:172e  Public Scan

Submitted URL: http://www.nodejs.org//en//download//
Effective URL: https://nodejs.org/en/download/package-manager
Submission: On September 10 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Save 60% on Node.js Training and Certification through September 30 with code
ROCKET60
LearnAboutDownloadBlogDocsCertification
Start typing...Ctrl K


DOWNLOAD NODE.JS®

Download Node.js the way you want.

Package ManagerPrebuilt InstallerPrebuilt BinariesSource Code
CategoriesPackage Manager

Install Node.js v20.17.0 (LTS) on Linux using nvm

# installs nvm (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash

# download and install Node.js (you may need to restart the terminal)
nvm install 20

# verifies the right Node.js version is in the environment
node -v # should print `v20.17.0`

# verifies the right npm version is in the environment
npm -v # should print `10.8.2`

BashCopy to clipboard
Package managers and their installation scripts are not maintained by the
Node.js project.
If you encounter issues, please reach out to the package manager's maintainers.

Node.js includes npm (10.8.2).

Read the changelog for this version

Read the blog post for this version

Learn how to verify signed SHASUMS

Check out other community supported package managers

Trademark PolicyPrivacy PolicyCode of ConductSecurity Policy
© OpenJS Foundation