Bug Fixes
- "Heap out of memory" error fixed, which happened on some huge projects with big amount of peer dependencies, since pnpm v3.4.0 (#2339).
pnpm add --global <pkg>
should not break the global package, when thesave
setting is set tofalse
(#2261).pnpm test|start|stop
should allow the same options aspnpm run test|start|stop
(#2814).- Improve the error message on 404 errors. Include authorization details (#2818).