Sage 10 installation failing (probably because of @roots/browserslist-config)

Hi there,

When launching yarn after creating a new Sage install with Composer :

$ yarn 
➀ YN0087: Migrated your project to the latest Yarn version πŸš€

➀ YN0000: · Yarn 4.0.0-rc.51
➀ YN0000: β”Œ Resolution step
➀ YN0085: β”‚ + @roots/bud-tailwindcss@npm:6.12.2, @roots/bud@npm:6.12.2, @roots/sage@npm:6.12.2, @ampproject/remapping@npm:2.2.0, @aws-crypto/crc32@npm:3.0.0, and 1208 more.
➀ YN0000: β”” Completed in 2s 324ms
➀ YN0000: β”Œ Fetch step
➀ YN0000: β”” Completed in 0s 470ms
➀ YN0000: β”Œ Link step
➀ YN0007: β”‚ @roots/bud-framework@npm:6.12.2 must be built because it never has been before or the last one failed
➀ YN0007: β”‚ @roots/browserslist-config@npm:6.12.2 [1d2a0] must be built because it never has been before or the last one failed
➀ YN0007: β”‚ core-js-pure@npm:3.26.1 must be built because it never has been before or the last one failed

It hangs at this stage. I’ve tried to wait like 20 minutes but it is not getting through, I’ve no error message, nothing, and yarn install --verbose apparently does not exist (!?)

After some research, I’ve read that there seem to be a problem with yarn up -R caniuse-lite which is linked with browserslist-config.
I tried different solutions to update it manually but I could not get it to work.

Any ideas ? I am on MacOS 13.5.2, Node v18.17.1, Yarn 4

Cheers

Unlisting this since you’ve already posted in the existing topic about this issue immediately before making this topic…