Has anyone here used Pulumi with pnpm? I have both `ts-node` and `typescript` in my dependencies (th...
b
Has anyone here used Pulumi with pnpm? I have both
ts-node
and
typescript
in my dependencies (they're in my
node_modules
folder), but Pulumi throws
error: Error: Cannot find module 'typescript'
which is driving me crazy.