I was able to fix this by forcing `@pulumi/pulumi`...
# general
r
I was able to fix this by forcing
@pulumi/pulumi
to use the version of
ts-node
I wanted it to,
8.10.2
. I opened a ticket to move
ts-node
to a peer-dependency in the node sdk so that it's easier to "bring my own" version of
ts-node
that I need without needing to much around with yarn resolutions: https://github.com/pulumi/pulumi/issues/8177