Skip to content

Instantly share code, notes, and snippets.

View battaile's full-sized avatar

battaile battaile

  • Florida, US
View GitHub Profile
@manuelbieh
manuelbieh / win32-node-installer
Created November 30, 2012 21:47
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`