Last active
June 11, 2016 06:50
-
-
Save vanduc1102/d73791f75b49c36d92fd85e452b43761 to your computer and use it in GitHub Desktop.
config nodejs when you have many instance on your pc, This is Windows , and set PATH
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
set NODEJ_HOME="C:\Program Files (x86)\nodejs" | |
set PATH=%PATH%;%NODEJ_HOME% | |
call npm install | |
call node.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment