File Explorer

/proc/self/root/proc/thread-self/root/proc/self/task/16/root/node24/lib/node_modules/npm/lib

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 /.

cli.js407 B · 13 lines
try {  const { enableCompileCache } = require('node:module')  /* istanbul ignore next */  if (enableCompileCache) {    enableCompileCache()  }} catch (e) { /* istanbul ignore next */ } const validateEngines = require('./cli/validate-engines.js')const cliEntry = require('node:path').resolve(__dirname, 'cli/entry.js') module.exports = (process) => validateEngines(process, () => require(cliEntry))