SukkaW / nolyfill

Speed up your package installation process, reduce your disk usage, and extend the lifespan of your precious SSD.
MIT License
1.11k stars 15 forks source link

fix: support of lockfile v5 #65

Closed NamesMT closed 5 months ago

NamesMT commented 6 months ago

In #64 we bump @pnpm/ deps to support lockfile v9 but it removed support for lockfile v5, This PR installs an older version of @pnpm/list in parallel to the current version to support the older lockfile version.