v1.22.18
a16z-infra/JungleGymv1.22.18Mar 15, 2022by DanBuild
AI Summary
This release addresses a critical regression in Node.js 17.7.0 that was causing network errors by breaking the Yarn package manager. The update provides a fix for the `url.resolve` issue, though the regression has also been resolved in the upstream Node.js update.
Key Highlights
- Fixes regression in Node 17.7.0 affecting `url.resolve`.
- Resolves network errors caused by the regression.
- Workaround provided, though upgrading to Node 17.7.1+ is recommended.
Full Release Notes
Node 17.7.0 had a regression in `url.resolve` which broke Yarn, causing network errors. This release fixes that, although the regression also got fixed on the Node side starting from 17.7.1, so as long as you keep your Node up-to-date it'll be fine.