https://pulumi.com logo
a

alert-beard-9601

02/06/2020, 7:43 PM
I know there were some issues at one point with Node v12.x. Has that stabilized now?
b

broad-helmet-79436

02/06/2020, 7:54 PM
it used to just freeze, but I've been running Pulumi under node 12 for a few weeks now with no issues 👍
👍 1
b

bored-river-53178

02/06/2020, 8:24 PM
It stabilized in the way that some code, (like the one using
stackReference.OutputSync()
for example) always freezes now (Node v13.x), this behaviour is quite stable in the sense that it doesn't fluctuate 🙂
😂 1
b

broad-helmet-79436

02/06/2020, 8:30 PM
oof. for what it's worth I'm using someStackReference.requireOutputSync() (guess we mean the same thing) with node 12 and that's working perfectly fine. hopefully node 13 works soon too :)
b

bored-river-53178

02/06/2020, 8:37 PM
it's deprecated now because of this very issue, so I don't think it will be fixed
b

broad-helmet-79436

02/06/2020, 8:45 PM
oh! didn't know that, thanks for the link!