You can use either fnm or nvm to manage your Node.js versions.
If you prefer nvm, run the following command to install the recommended Node.js version:
nvm install
If you prefer fnm, run the following command to install the recommended Node.js version:
fnm install
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit