/proc/self/root/proc/1/task/1/root/node24/lib/node_modules/npm/lib/commands
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
const AllowScriptsCmd = require('../utils/allow-scripts-cmd.js') class ApproveScripts extends AllowScriptsCmd { static description = 'Approve install scripts for specific dependencies' static name = 'approve-scripts' static usage = ['<pkg> [<pkg> ...]', '--all', '--allow-scripts-pending'] static verb = 'approve'} module.exports = ApproveScripts