This message was deleted.
# package-authoring
s
This message was deleted.
o
Has someone gotten back to you on this or did you file a GitHub issue? This is pretty surprising
i
Hi friel 🙂 I raised this issue on github: https://github.com/pulumi/pulumi/issues/13150 I have a sneaking feeling this may be due to node v20.3 which I've also noticed has caused problems with other libraries as well, e.g. esbuild.
🙏 1
For now I'm just manually editing
node_modules/@pulumi/pulumi/cmd/dynamic-provider/index.js
and wrapping port in a String, e.g.
console.log(String(port));
o
Thanks for filing the issue!