Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Last active December 28, 2018 22:24
Show Gist options
  • Save nolanlawson/566a36b83504daac246d2dddfc01787f to your computer and use it in GitHub Desktop.
Save nolanlawson/566a36b83504daac246d2dddfc01787f to your computer and use it in GitHub Desktop.
Git/Bash/Node/npm on Windows

Git/Bash/Node/npm on Windows

Requirements:

  • Bash, not Windows shell
  • Git
  • Node/npm
  • nvm or equivalent (need to be able to switch Node versions easily)

Steps:

  1. Download cmder
  2. Download Nodist
  3. Download Python, get 2.x instead of 3.x
  4. Modify your env variable to have ;C:\Python27\;C:\Python27\Scripts
  5. Download Visual Studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment