/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
node-gyp
/
lib
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/usr/lib/node_modules/npm/node_modules/node-gyp/lib
Edit:
/usr/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js
'use strict' const rm = require('rimraf') const log = require('npmlog') function clean (gyp, argv, callback) { // Remove the 'build' dir var buildDir = 'build' log.verbose('clean', 'removing "%s" directory', buildDir) rm(buildDir, callback) } module.exports = clean module.exports.usage = 'Removes any generated build files and the "out" dir'
Ukuran: 355 B