ZIP
WinGet
Node.js 6
Node.js Foundation · 6.12.3 · 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-v6.12.3-win-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
OpenJS.NodeJS.6
Version
6.12.3
Description
Run JavaScript Everywhere
License
MIT
↗
Homepage
https://nodejs.org/
Installer URL
https://nodejs.org/dist/v6.12.3/node-v6.12.3-win-x64.zip
Release Notes
This LTS release comes with 115 commits. This includes 52 which are test related,
40 which are doc related, 12 which are build / tool related and 2 commits which updating a dependency.
Notable Changes
- build:
- configure can now be run from any directory (Gibson Fahnestock) #17321
Commits
- [b1b975370f] - benchmark,path: remove unused variables (薛定谔的猫) #15789
- [ac6f345f70] - build: allow running configure from any directory (Gibson Fahnestock) #17321
- [017492eca2] - build: add serial commas…