/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-EXPLORE" "1" "February 2026" "NPM@11.11.0" "".SH "NAME"\fBnpm-explore\fR - Browse an installed package.SS "Synopsis".P.RS 2.nfnpm explore <pkg> \[lB] -- <command>\[rB].fi.RE.PNote: This command is unaware of workspaces..SS "Description".PSpawn a subshell in the directory of the installed package specified..PIf a command is specified, then it is run in the subshell, which then immediately terminates..PThis is particularly handy in the case of git submodules in the \fBnode_modules\fR folder:.P.RS 2.nfnpm explore some-dependency -- git pull origin master.fi.RE.PNote that the package is \fInot\fR automatically rebuilt afterwards, so be sure to use \fBnpm rebuild <pkg>\fR if you make any changes..SS "Configuration".SS "\fBshell\fR".RS 0.IP \(bu 4Default: SHELL environment variable, or "bash" on Posix, or "cmd.exe" on Windows.IP \(bu 4Type: String.RE 0 .PThe shell to run for the \fBnpm explore\fR command..SS "See Also".RS 0.IP \(bu 4npm help folders.IP \(bu 4npm help edit.IP \(bu 4npm help rebuild.IP \(bu 4npm help install.RE 0