-
Install
nvm
.💡See this link for installation details.
-
Install correct version of
Node
.nvm install
-
Enable
corepack
for Node.js to automatically use the requiredyarn
version.corepack enable
-
To avoid calling
nvm
manually for every session, set up shell integration by following these instructions.
yarn install
yarn start
yarn build