PATH:
lib
/
node_modules
/
npm
/
node_modules
/
node-gyp
/
lib
'use strict' const fs = require('graceful-fs').promises const log = require('./log') async function clean (gyp, argv) { // Remove the 'build' dir const buildDir = 'build' log.verbose('clean', 'removing "%s" directory', buildDir) await fs.rm(buildDir, { recursive: true, force: true }) } module.exports = clean module.exports.usage = 'Removes any generated build files and the "out" dir'
[-] Find-VisualStudio.cs
[open]
[-] download.js
[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]
[-] log.js
[open]
[-] util.js
[open]
[-] create-config-gypi.js
[open]
[-] list.js
[open]
[-] node-gyp.js
[open]