Skip to content

Instantly share code, notes, and snippets.

@kaplas
Created March 19, 2013 12:33
Show Gist options
  • Save kaplas/5195720 to your computer and use it in GitHub Desktop.
Save kaplas/5195720 to your computer and use it in GitHub Desktop.
Some snippets to get node modules to work better under Windows
for /f "delims=" %a in ('npm bin') do @set NODEBINPATH=%a
set PATH=%PATH%;%nodebinpath%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment