This message was deleted.
# general
s
This message was deleted.
b
it used to just freeze, but I've been running Pulumi under node 12 for a few weeks now with no issues 👍
👍 1
b
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
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
it's deprecated now because of this very issue, so I don't think it will be fixed
b
oh! didn't know that, thanks for the link!