mapbox / node-pre-gyp

Node.js tool for easy binary deployment of C++ addons
BSD 3-Clause "New" or "Revised" License
1.11k stars 260 forks source link

replace `rimraf` with native rm #692

Closed jimmywarting closed 2 months ago

jimmywarting commented 1 year ago

NodeJS v14 have rm built in with recursive option. i think you should use that rather than depending on 14 other sub dependencies