ZIP
WinGet
Node.js 17
Node.js Foundation · 17.0.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
node-v17.0.1-win-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.17
Version
17.0.1
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v17.0.1/node-v17.0.1-win-x64.zip
Release Notes
Notable Changes
Fixed distribution for native addon builds
This release fixes an issue introduced in Node.js v17.0.0, where some V8 headers
were missing from the distributed tarball, making it impossible to build native
addons. These headers are now included. #40526
Fixed stream issues
- Fixed a regression in stream.promises.pipeline, which was introduced in version
16.10.0, is fixed. It is now possible again to pass an array of streams to the
function. #40193
- Fixed a bug in stream.Duplex.…