How to install yarn on Mac Ss

A quick note on installing yarn on Mac Os.

Install via homebrew.

If Node.js is already installed, then it is advisable to install yarn without it.

On the official website they give a command with an error (will not work):

brew install yarn –without-node

Use instead:

brew install yarn –ignore-dependencies

Similar Posts

Leave a Reply

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