Michael Stewart

Results 4 comments of Michael Stewart

I have an RFC up for adding pnpm support: https://github.com/volta-cli/rfcs/pull/46 I think I captured most of the details and requirements from this and other conversations, and welcome your feedback!

@gilest are you using Node 16? I ran into that same error in #902, and fixed it by updating `workerpool` in the lock file.

I just put up an RFC for package executables that implements option (2): https://github.com/notion-cli/rfcs/pull/21

> If we keep each package in its own silo, to preserve the associated Node version, perhaps we should provide the ability to install multiple packages as a batch. That...