Skip to content

Instantly share code, notes, and snippets.

@imbdb
Forked from manuelbieh/win32-node-installer
Created February 26, 2024 12:09
Show Gist options
  • Save imbdb/8f1210363210f1c90e1891afae45dc85 to your computer and use it in GitHub Desktop.
Save imbdb/8f1210363210f1c90e1891afae45dc85 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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment