Frontend
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:
- Open terminal in Rosetta2 mode: Go to Application -> Right click on terminal app -> Get Info -> Select “Open using Rosetta” -> Restart Terminal
- In Terminal, write ->