PATH: //proc/thread-self/root/usr/lib/node_modules/npm/node_modules/bin-links/lib
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 bin-target.js
↓
X
📄 check-bin.js
↓
X
📄 check-bins.js
↓
X
📄 fix-bin.js
↓
X
📄 get-node-modules.js
↓
X
📄 get-paths.js
↓
X
📄 get-prefix.js
↓
X
📄 index.js
↓
X
📄 is-windows.js
↓
X
📄 link-bin.js
↓
X
📄 link-bins.js
↓
X
📄 link-gently.js
↓
X
📄 link-mans.js
↓
X
📄 man-target.js
↓
X
📄 shim-bin.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: man-target.js
const isWindows = require('./is-windows.js') const getPrefix = require('./get-prefix.js') const { dirname } = require('path') module.exports = ({ top, path }) => !top || isWindows ? null : dirname(getPrefix(path)) + '/share/man'
SIMPAN PERUBAHAN