Created
November 10, 2017 09:01
-
-
Save KevinWang15/b505dc03feb904520b576d2bb1287298 to your computer and use it in GitHub Desktop.
Fix .bin PATH for npm global modules
This file contains 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
export npm_path=$(npm config get prefix) | |
export PATH=$PATH:$npm_path/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment