Habits

Excellence is not a singular act but a habit. You are what you do repeatedly.

Shaquille O'Neal

 
5
Kudos
 
5
Kudos

Now read this

Manage node versions with brew

TLDR # brew install node node@10 node@8 node@6 # latest, and all LTS versions at time of writing brew info node@10 # gets the $PATH variable you'll need to use node v10. You will only need the following line: export... Continue →