Closed YasBenAll closed 1 year ago
it’s possible you’re using yarn 3 but it only supports 1 for now…
That is the case! Switching to the classic version solved my issue.
yarn set version classic
Thanks for the quick response!
I just fixed this for the existing starter apps. So you could run the starter app script again, or see the upgrade guide here: https://github.com/nandorojo/solito/releases/tag/v3.1.0
I just fixed this for the existing starter apps. So you could run the starter app script again, or see the upgrade guide here: https://github.com/nandorojo/solito/releases/tag/v3.1.0
Still doesn't work. I created new application today on linux from the updated template. I am facing the same issue.
I deployed the starter project to vercel, as shown in the documentation, but after installing the dependencies in the root folder using
yarn
and trying to run the next app usingyarn dev
, to run the next app on my own machine, I ran into some issues.Am I missing something here? How do I fix? I can't run the next app locally on my machine now.