gax-nodejs icon indicating copy to clipboard operation
gax-nodejs copied to clipboard

refactor!: drop `execa` in favor of native `child_process`

Open d-goog opened this issue 10 months ago • 0 comments

We can avoid execa's ESM migration and remove a dependency by switching to the native Node.js child_process.

Background:

  • https://github.com/googleapis/gax-nodejs/pull/1703

d-goog avatar Feb 25 '25 18:02 d-goog