Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 167 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 167 Bytes

Error running yarn when

Ensure the correct version of node is being used:

nvm install 16
nvm use 16
npm install --global yarn
yarn install
yarn dev