/var/lang/lib/node_modules/npm/node_modules/util-deprecate
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 /.
/** * For Node.js, simply re-export the core `util.deprecate` function. */ module.exports = require('util').deprecate;