Created
July 1, 2022 14:17
-
-
Save ahmadawais/87c1c20d083903d698008ae96e854252 to your computer and use it in GitHub Desktop.
The best way to install Node.js on Mac
This file contains 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
# Node. | |
brew install node | |
brew install n | |
n lts | |
brew uninstall node # Not needed anymore from brew. | |
npm i -g git-open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I there's a permission error, when installing
n
run the following commands beforen lts
command.