whoami7 - Manager
:
/
opt
/
alt
/
alt-nodejs19
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
@npmcli
/
git
/
lib
/
Upload File:
files >> //opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules/@npmcli/git/lib/which.js
const which = require('which') let gitPath try { gitPath = which.sync('git') } catch { // ignore errors } module.exports = (opts = {}) => { if (opts.git) { return opts.git } if (!gitPath || opts.git === false) { return Object.assign(new Error('No git binary found in $PATH'), { code: 'ENOGIT' }) } return gitPath }
Copyright ©2021 || Defacer Indonesia