Hi, has anyone managed to successfully get Pulumi ...
# general
b
Hi, has anyone managed to successfully get Pulumi to play nice with
pnpm
? We use
pnpm
for its workspace features and disk space saving however when doing a
pnpm install
pulumi doesn't see the SDK as being installed
c
For some programs we didn’t really have any problems with
pnpm
, but note it doesn’t appear to be officially supported: https://github.com/pulumi/pulumi/issues/11751 — and in some cases we did run into problems and switched back to
npm
, e.g. packaging and deploying AWS lambdas. I don’t have the details, but I recall these reasons are why we’re staying away from
pnpm
for now. You can perhaps follow / vote on that issue for future development.