Skip to content

Instantly share code, notes, and snippets.

@manuelbieh
Created November 30, 2012 21:47
Show Gist options
  • Save manuelbieh/4178908 to your computer and use it in GitHub Desktop.
Save manuelbieh/4178908 to your computer and use it in GitHub Desktop.
Install node.js on Windows silently
1. Download the recent version from nodejs.org
2. Run `msiexec /qn /l* node-log.txt /i node-vX.X.XX-x64.msi`
@imbdb
Copy link

imbdb commented Feb 26, 2024

This still work in 2024, thanks.
Node version 16.20.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment