Created
March 31, 2015 12:37
-
-
Save martyglaubitz/c38431094be17801ba1f to your computer and use it in GitHub Desktop.
Scripts to get node_modules bins into the 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
path=%PATH%;node_modules\.bin |
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
export PATH=$PATH:node_modules/.bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment