Download Node.js®

Get Node.js® for using with

提示涉及社区软件的安装方法由维护该软件的团队提供支持。
# Download and install Chocolatey:
powershell -c "irm https://community.chocolatey.org/install.ps1|iex"

# Download and install Node.js:
choco install nodejs-lts --version="22"

# Verify the Node.js version:
node -v # Should print "v22.17.1".

# Verify npm version:
npm -v # Should print "10.9.2".
Chocolatey 是一款 Windows 软件包管理器。 如果遇到任何问题,请访问 Chocolatey的网站

Or get a prebuilt Node.js® for running a architecture.

Read the changelog or blog post for this version.

Learn more about Node.js releases, including the release schedule and LTS status.

Learn how to verify signed SHASUMS.

Looking for Node.js source? Download a signed Node.js source tarball.

Check out our nightly binaries or all previous releases or the unofficial binaries for other platforms.