Skip to content

Instantly share code, notes, and snippets.

@tungnk1993
Created May 21, 2020 03:57
Show Gist options
  • Save tungnk1993/f61f229cba7ede4718b272ce0d755a88 to your computer and use it in GitHub Desktop.
Save tungnk1993/f61f229cba7ede4718b272ce0d755a88 to your computer and use it in GitHub Desktop.
Cygwin command not found after npm install
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