Hey community! We have a question from Pulumi’s us...
# general
m
Hey community! We have a question from Pulumi’s user, would be great to have an advice if someone faced it: I have a local dev issue in Typescript pulumi I could use a tip for. When I save files pulumi is not recompiling the source and I have to manually run npm run build before running pulumi up. Is there a fix for this?
s
pulumi is supposed to be running your code with
ts-node
when you run
pulumi up|preview
. do you have the
@types/node
npm package installed?
m
Will follow up with a user - it was one of questions at the workshop today