Frontend

Front-end tools

  • Node.js

    • We use nvm to manage our node/npm versions.
  • Yarn

    • Our newer applications use Yarn, but older ones use npm to build and install the dependencies

Node versions < 15 on mac

To install node below 15 you need to do the following steps:

  1. Open terminal in Rosetta2 mode: Go to Application -> Right click on terminal app -> Get Info -> Select “Open using Rosetta” -> Restart Terminal
  2. In Terminal, write ->
arch -x86_64 zsh