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