.TH "NPM\-EDIT" "1" "November 2022" "9.1.1" .SH "NAME" \fBnpm-edit\fR .SH Synopsis .P Note: This command is unaware of workspaces\. .SH Description .P Selects a dependency in the current project and opens the package folder in .br the default editor (or whatever you've configured as the npm \fBeditor\fP .br config \-\- see .UR npm-config .I `npm-config` .UE . ) .P After it has been edited, the package is rebuilt so as to pick up any .br changes in compiled packages\. .P For instance, you can do \fBnpm install connect\fP to install connect .br into your package, and then \fBnpm edit connect\fP to make a few .br changes to your locally installed copy\. .SH Configuration .SH See Also .RS 1 .IP \(bu 2 npm folders .IP \(bu 2 npm explore .IP \(bu 2 npm install .IP \(bu 2 npm config .IP \(bu 2 npmrc .RE