Created
May 21, 2020 03:57
-
-
Save tungnk1993/f61f229cba7ede4718b272ce0d755a88 to your computer and use it in GitHub Desktop.
Cygwin command not found after npm install
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
Scenario: | |
$ npm install -g abc | |
..... | |
$ abc | |
-bash: abc: command not found | |
Solution: | |
npm bin -g | |
Add the path to users environment varible | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment