/opt/alt/alt-nodejs20/root/usr/lib/node_modules/npm/node_modules.bundled/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'
.
Edit
..
Edit
Find-VisualStudio.cs
Edit
build.js
Edit
clean.js
Edit
configure.js
Edit
create-config-gypi.js
Edit
download.js
Edit
find-node-directory.js
Edit
find-python.js
Edit
find-visualstudio.js
Edit
install.js
Edit
list.js
Edit
log.js
Edit
node-gyp.js
Edit
process-release.js
Edit
rebuild.js
Edit
remove.js
Edit
util.js
Edit