How to Downgrade Node And Install Previous Version Of Node In Mac OS Using Brew?

How to Downgrade Node And Install Previous Version Of Node In Mac OS Using Brew?

This post explains the steps to install and uninstall node on mac Os Sierra Version 10.12.5 with use of brew tool.

I  ran following commands (step by step) :

1. brew –versions node
2. brew unlink node
3. brew install node6-lts
4. brew link node6-lts
5. brew link –force node6-lts
6. node –version

Here are the screenshots for the same :

Installing Node LTS 6.X on Mac OS from Brew
Installing Node LTS 6.X on Mac OS from Brew
Installing Node LTS 6.X on Mac OS from Brew
Installing Node LTS 6.X on Mac OS from Brew
Installing Node LTS 6.X on Mac OS from Brew
Installing Node LTS 6.X on Mac OS from Brew

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s