This message was deleted.
# typescript
s
This message was deleted.
l
Update your package.json with the correct version range.
s
my package.json has these version, with the versions in the lockfile as higher than this
Copy code
"ts-node": "^10.2.1",
    "typescript": "^4.4.2"
the
pulumi
CLI is using a different version of typescript. When I run similar code not through Pulumi CLI, I don't get an error.
m
Not in a first-class way, AFAIK, but this issue mentions a couple of workarounds, e.g., Yarn `resolutions`: https://github.com/pulumi/pulumi/issues/8177
👀 1
👍 1