This message was deleted.
# typescript
s
This message was deleted.
p
Using:
"@pulumi/pulumi": "^3.13.2"
Bundling with
esbuild
(targeting node12) and building a standalone executable with
pkg
(also targeting node12). I don't see this warning when running via
ts-node
r
pkg
does some funny things to the node binary that pulumi uses under the hood. Like removing
Inspector
.
I’ve found better success with nexe https://github.com/nexe/nexe
p
I'll try that, thanks!