Skip to content

Instantly share code, notes, and snippets.

@naokton
Created February 13, 2020 21:58
Show Gist options
  • Save naokton/cd63e6b36daeeb39b139b4efa0410d37 to your computer and use it in GitHub Desktop.
Save naokton/cd63e6b36daeeb39b139b4efa0410d37 to your computer and use it in GitHub Desktop.
Add npm local path (Usage: source path.sh)
export PATH=$(cd $(dirname $0); pwd)/node_modules/.bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment