You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you build this, you maybe get errors from yarn <2.x with unexpected end of file response.
You should update your yarn to v2+
and add the skip for preflight checks:
echo"SKIP_PREFLIGHT_CHECK=true">> .env
npm i -g yarn
yarn set version berry # can also be stable# from here you can run normal yarn commands
yarn
yarn build
The text was updated successfully, but these errors were encountered:
I would only let this as a notice here:
If you build this, you maybe get errors from yarn <2.x with unexpected end of file response.
You should update your yarn to v2+
and add the skip for preflight checks:
The text was updated successfully, but these errors were encountered: