Closed qinyang912 closed 5 years ago
Can you please try updating your Node.js version? This should be working well on the latest LTS. If not, can you please add the script you are using to cause this error?
@mcollina π π π π π I update Node.js to 10.15.0οΌIt work well
macos 10.14.2 node 10.5.0 0x version 4.7.2
I'm using clinic, but clinic depends on 0x. I found the code in the
lib/ticks-to-tree.js
fileif the
experimental-modules
argument is provided, thenstackChild.stdout
will get an empty buffer, but after I removedexperimental-modules
fromstackArgs
, it work well