anyone have any issues packaging with pnpm? I wasn...
# typescript
m
anyone have any issues packaging with pnpm? I wasn't able to use any other packages besides the pulumi set using pnpm; switching to npm or yarn, it works
o
I think we've seen a few folks try it and there's enough of a gap that a number of features won't work correctly, such as function serialization (inline lambdas).
m
yeah i was wondering if there was any way to configure pnpm so that it would work correctly; there's a totally different model tho, pnpm hard links to node_modules, yarn 1 and npm copy to
node_modules
i'm now curious if it will even work w/ yarn 2 in PnP mode (since that will also not copy the entire set of dependencies to node_modules if part of a monorepo)
c