Categories
JavaScript Answers

How to install LTS version of Node.js via homebrew?

Spread the love

To install LTS version of Node.js via homebrew, we run the brew install command.

To install it, we run

brew install node@8

to install Node 8.

Then we link it with

brew link --force node@8

to make it visible.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *