https://pulumi.com logo
#general
Title
# general
m

mysterious-raincoat-41852

11/02/2023, 4:19 PM
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

steep-toddler-94095

11/02/2023, 5:40 PM
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

mysterious-raincoat-41852

11/02/2023, 5:46 PM
Will follow up with a user - it was one of questions at the workshop today