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
| // http://stackoverflow.com/questions/9546324/adding-directory-to-path-environment-variable-in-windows | |
| // Paste this in your cmd terminal and replace [username] | |
| // with your computer username. This is to tell your computer | |
| // that your npm packages are in this directory. | |
| set PATH=%PATH%; C:\Users\[username]\AppData\Roaming\npm |
NewerOlder