.TH "NPM\-EXPLORE" "1" "November 2022" "9.1.1" .SH "NAME" \fBnpm-explore\fR .SH Synopsis .P Note: This command is unaware of workspaces\. .SH Description .P Spawn a subshell in the directory of the installed package specified\. .P If a command is specified, then it is run in the subshell, which then .br immediately terminates\. .P This is particularly handy in the case of git submodules in the .br \fBnode_modules\fP folder: .RS 2 .nf npm explore some\-dependency \-\- git pull origin master .fi .RE .P Note that the package is \fInot\fR automatically rebuilt afterwards, so be .br sure to use \fBnpm rebuild \fP if you make any changes\. .SH Configuration .SH See Also .RS 1 .IP \(bu 2 npm folders .IP \(bu 2 npm edit .IP \(bu 2 npm rebuild .IP \(bu 2 npm install .RE