if you have node 17+ installed, `yarn build` could fail with below error  you can switch to node 16 by nvm as workaround, command like: ``` nvm use 16 yarn build .... num use 20 (switch back to your newer version after testing) ```