when doing a pulumi up on my typescript project i...
# general
e
when doing a pulumi up on my typescript project i get the following
Copy code
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unpipe listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
    (Use `node --trace-warnings ...` to show where the warning was created)
How do get pulumi to pass the --trace-warnings to node?
l
This has recently been added to Pulumi.. onesec I'll find the place...
I know you have to use the
runtime
value in Pulumi.yaml.. can't find the github issue yet...
Found the name of the property,
nodeargs
. Just finding the docs...
Looks like you need Pulumi 3.21.1 or newer to get it.
e
awesome! thank you so much. I will try it out now
I am running the latest pulumi and have added the options to the yaml file however it does not seem to have had any effect