after yarn install complete, it seems started another thread and it just sutck at there forever, doese somebody ever had this problem? Is this a problem of supabase? stuck after finishied building
the package.json is like this
current node version: 18.15.0, but i have tried on 16.14.0, it had this same problem. yarn version: 1.22.19
i have tried change node version, clear yarn cache or even just using npm install and still had the same problem.
1 Answer
One possible solution is:
- Delete
node_modulesdirectory - Run
yarnoryarn install
This task basically re-installs all your packages
1