Skip to content

Instantly share code, notes, and snippets.

@mylesjao
Created June 18, 2014 12:43
Show Gist options
  • Save mylesjao/001e6c8fe2bf96106e23 to your computer and use it in GitHub Desktop.
Save mylesjao/001e6c8fe2bf96106e23 to your computer and use it in GitHub Desktop.
Changing the global node version of nvm used
n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment