Skip to content

Instantly share code, notes, and snippets.

@wsrzx
Last active September 1, 2020 12:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wsrzx/824ccad68984862c26cf8b54ca7666c7 to your computer and use it in GitHub Desktop.
Save wsrzx/824ccad68984862c26cf8b54ca7666c7 to your computer and use it in GitHub Desktop.
MacOs Sierra nom error "-bash : npm: command not found"
sudo brew uninstall node
brew update
brew upgrade
brew cleanup
brew install node
sudo chown -R username /usr/local
brew link --overwrite node
sudo brew postinstall node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment