Skip to content

Instantly share code, notes, and snippets.

@MgenGlder
Created May 15, 2019 12:50
Show Gist options
  • Save MgenGlder/9521048871070c66dbefafe7926b8999 to your computer and use it in GitHub Desktop.
Save MgenGlder/9521048871070c66dbefafe7926b8999 to your computer and use it in GitHub Desktop.
Updating the npm binary location to be included inside of the global path variable so we can call things from the terminal
npm bin -g
grab that path if it doesn't exist in path
sudo nano /etc/paths
Add the new path to the bottom of this file
echo $PATH
See if the new things was added
npm list -g --depth=0
Check which global apps you have
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment