Anyone here managed to use pulumi together with `p...
# typescript
f
Anyone here managed to use pulumi together with
pnpm
? I'm banging my head against the wall for quite some time now... Afaik
read-package-tree
is used by pulumi to find all dependencies, but this is expecting a flat node_modules directory and disregards the
node_modules/.pnpm
directory. I also desperately used
shamefully-hoist
, which changed the error messages but didn't unblock me. Any ideas?