Skip to content

Instantly share code, notes, and snippets.

@vanduc1102
Last active June 11, 2016 06:50
Show Gist options
  • Save vanduc1102/d73791f75b49c36d92fd85e452b43761 to your computer and use it in GitHub Desktop.
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
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