Last active
September 1, 2020 12:00
-
-
Save wsrzx/824ccad68984862c26cf8b54ca7666c7 to your computer and use it in GitHub Desktop.
MacOs Sierra nom error "-bash : npm: command not found"
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
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