/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-EDIT" "1" "February 2026" "NPM@11.11.0" "".SH "NAME"\fBnpm-edit\fR - Edit an installed package.SS "Synopsis".P.RS 2.nfnpm edit <pkg>\[lB]/<subpkg>...\[rB].fi.RE.PNote: This command is unaware of workspaces..SS "Description".PSelects a dependency in the current project and opens the package folder in the default editor (or whatever you've configured as the npm \fBeditor\fR config -- see \fB\[rs]fBnpm-config\[rs]fR\fR \fI\(lanpm-config\(ra\fR.).PAfter it has been edited, the package is rebuilt so as to pick up any changes in compiled packages..PFor instance, you can do \fBnpm install connect\fR to install connect into your package, and then \fBnpm edit connect\fR to make a few changes to your locally installed copy..SS "Configuration".SS "\fBeditor\fR".RS 0.IP \(bu 4Default: The EDITOR or VISUAL environment variables, or '%SYSTEMROOT%\[rs]notepad.exe' on Windows, or 'vi' on Unix systems.IP \(bu 4Type: String.RE 0 .PThe command to run for \fBnpm edit\fR and \fBnpm config edit\fR..SS "See Also".RS 0.IP \(bu 4npm help folders.IP \(bu 4npm help explore.IP \(bu 4npm help install.IP \(bu 4npm help config.IP \(bu 4npm help npmrc.RE 0