Yarn install stuck on building packages

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

package.json


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:

  1. Delete node_modules directory
  2. Run yarn or yarn install

This task basically re-installs all your packages

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like