Installing Yarn on Mojave

by John H
~1 minute

I was unable to install yarn directly - I had to do a few additional steps for it to actually work. Here they are.

I installed using homebrew for mac

once homebrew was installed here were the commands necessary to install

<li>xcode-select --install

  • brew install gcc
  • <li>brew install yarn</li>

    Test to see if yarn is installed

  • yarn -v
  • If you see a version number you are good to go.

    Related Articles

    Fix Sorting in Javascript

    Normally sort function compare the ascii values of characters.  This becomes and issue when you...

    John H John H
    ~1 minute

    SSL Installation Checklist

    SSL Checklist Before you go HTTPS If you have a website with sensitive data you have to have an...

    John H John H
    5 minutes

    Elastic Beanstalk Deploying an Artifact

    Deploying an artifact gotto directory and eb init and select all of the configs region...

    John H John H
    4 minutes