PATH:
usr
/
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
[edit]
[-] rebuild.js
[edit]
[-] configure.js
[edit]
[-] remove.js
[edit]
[-] find-node-directory.js
[edit]
[-] log.js
[edit]
[-] node-gyp.js
[edit]
[-] build.js
[edit]
[-] create-config-gypi.js
[edit]
[-] clean.js
[edit]
[-] util.js
[edit]
[+]
..
[-] download.js
[edit]
[-] list.js
[edit]
[-] find-visualstudio.js
[edit]
[-] find-python.js
[edit]
[-] install.js
[edit]
[-] process-release.js
[edit]