PATH:
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
node-gyp
/
lib
'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'
[-] Find-VisualStudio.cs
[open]
[+]
..
[-] install.js
[open]
[-] clean.js
[open]
[-] configure.js
[open]
[-] process-release.js
[open]
[-] find-node-directory.js
[open]
[-] remove.js
[open]
[-] find-visualstudio.js
[open]
[-] rebuild.js
[open]
[-] build.js
[open]
[-] find-python.js
[open]
[-] util.js
[open]
[-] create-config-gypi.js
[open]
[-] list.js
[open]
[-] node-gyp.js
[open]