✏️ 正在编辑: prefix.js
路径:
/opt/alt/alt-nodejs16/root/usr/lib/node_modules/npm/lib/commands/prefix.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
const BaseCommand = require('../base-command.js') class Prefix extends BaseCommand { static description = 'Display prefix' static name = 'prefix' static params = ['global'] static usage = ['[-g]'] static ignoreImplicitWorkspace = true async exec (args) { return this.npm.output(this.npm.prefix) } } module.exports = Prefix
💾 保存文件
← 返回文件管理器