Skip to content

Instantly share code, notes, and snippets.

@sethbergman
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sethbergman/3e7e5ad57898485e17d9 to your computer and use it in GitHub Desktop.
Save sethbergman/3e7e5ad57898485e17d9 to your computer and use it in GitHub Desktop.
Setting up Nodejs in Windows

Installing Node in Windows

Simply download the Windows Installer directly from the nodejs.org web site.

Alternatives

Using Chocolatey:

cinst nodejs
# or for full install with npm
cinst nodejs.install

Using Scoop:

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