X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/node-gyp/lib
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
node-gyp
/
lib
/
ðŸ“
..
📄
Find-VisualStudio.cs
(7.75 KB)
📄
build.js
(5.16 KB)
📄
clean.js
(355 B)
📄
configure.js
(12.04 KB)
📄
find-node-directory.js
(2.32 KB)
📄
find-python.js
(10.88 KB)
📄
find-visualstudio.js
(13.53 KB)
📄
install.js
(14.01 KB)
📄
list.js
(641 B)
📄
node-gyp.js
(4.57 KB)
📄
process-release.js
(5.65 KB)
📄
proxy.js
(2.57 KB)
📄
rebuild.js
(314 B)
📄
remove.js
(1.28 KB)
📄
util.js
(1.87 KB)
Editing: rebuild.js
'use strict' function rebuild (gyp, argv, callback) { gyp.todo.push( { name: 'clean', args: [] } , { name: 'configure', args: argv } , { name: 'build', args: [] } ) process.nextTick(callback) } module.exports = rebuild module.exports.usage = 'Runs "clean", "configure" and "build" all at once'
Upload File
Create Folder