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

Drop Node 14: get rid of mkdirp, rimraf, ncp

Open alexander-fenster opened this issue 1 year ago • 0 comments

Whenever we drop Node 14 support, we'll need to drop these three modules and replace them with their modern fs counterparts (fs.mkdir, fs.rm, fs.cp) with {recursive: true}.

alexander-fenster avatar Feb 03 '23 00:02 alexander-fenster