Skip to content

Instantly share code, notes, and snippets.

@sincerefly
Created January 23, 2016 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sincerefly/3e9bdadaf07d1e9f1233 to your computer and use it in GitHub Desktop.
Save sincerefly/3e9bdadaf07d1e9f1233 to your computer and use it in GitHub Desktop.
使用nvm管理node,npm后当需要在sudo情况下安装的时候设置~/.profile
#modify ~/.profile
alias sudo='sudo env PATH=$PATH:$NVM_BIN'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment