Right! And maybe yarn needs to be installed globally?
npm i -g yarn
Additionally, some other things to try:
delete your yarn file
in your app directory try d2 app scripts init .
run yarn before using yarn run start (also, sometimes yarn run start works while yarn start doesn’t, I haven’t spent time investigating why, but it does)