/var/lang/lib/node_modules/npm/man/man1
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 /.
.TH "NPM-PREFIX" "1" "February 2026" "NPM@11.11.0" "".SH "NAME"\fBnpm-prefix\fR - Display prefix.SS "Synopsis".P.RS 2.nfnpm prefix.fi.RE.PNote: This command is unaware of workspaces..SS "Description".PPrint the local prefix to standard output. This is the closest parent directory to contain a \fBpackage.json\fR file or \fBnode_modules\fR directory, unless \fB-g\fR is also specified..PIf \fB-g\fR is specified, this will be the value of the global prefix. See npm help config for more detail..SS "Example".P.RS 2.nfnpm prefix/usr/local/projects/foo.fi.RE.P.RS 2.nfnpm prefix -g/usr/local.fi.RE.SS "Configuration".SS "\fBglobal\fR".RS 0.IP \(bu 4Default: false.IP \(bu 4Type: Boolean.RE 0 .POperates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior..RS 0.IP \(bu 4packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory..IP \(bu 4bin files are linked to \fB{prefix}/bin\fR.IP \(bu 4man pages are linked to \fB{prefix}/share/man\fR.RE 0 .SS "See Also".RS 0.IP \(bu 4npm help root.IP \(bu 4npm help folders.IP \(bu 4npm help config.IP \(bu 4npm help npmrc.RE 0