Created
March 19, 2013 12:33
-
-
Save kaplas/5195720 to your computer and use it in GitHub Desktop.
Some snippets to get node modules to work better under Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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