https://pulumi.com logo
#typescript
Title
# typescript
m

mammoth-art-6111

02/08/2022, 4:10 PM
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

orange-policeman-59119

02/09/2022, 1:12 AM
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

mammoth-art-6111

02/09/2022, 2:44 PM
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

curved-pharmacist-41509

02/12/2022, 11:35 AM
10 Views