Lukas Holzer
Lukas Holzer
The package got moved to https://github.com/netlify/build under `packages/js-client` and has now a typescript build in place (currently just leveraging the js files but generating already and shipping `d.ts` files. We...
Currently blocked by the fact that the tests are not passing on the main branch for me so first need to resolve those issues: - (edge function tests are failing)...
Currently blocked by #4495
@tay1orjones currently we dont support yarn berry (so just Version 1) But we are currently working on it to get it working. Sorry for the inconvenience, maybe you can work...
Related with https://github.com/netlify/build-image/issues/779
@tay1orjones does it work now for you or still fail?
Glad this is resolved 🥳
@kitop I'm currently questioning why it should be possible to run with a lower node minor version 🤔 If you specify node 14 compatible you should run always on the...
@kitop and @JGAntunes changed the installing
Now we are using by default corepack and have yarn + pnpm installed over corepack. When a user decides to use a old node version (where corepack is not supported)...