ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /usr/lib/node_modules/npm/man/man1/ |
.HR .P section: cli\-commands title: npm\-explore .SH description: Browse an installed package .TH "NPM\-EXPLORE" "1" "March 2020" "" "" .SH "NAME" \fBnpm-explore\fR \- Browse an installed package .SS Synopsis .P .RS 2 .nf npm explore <pkg> [ \-\- <command>] .fi .RE .SS 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 immediately terminates\. .P This is particularly handy in the case of git submodules in the \fBnode_modules\fP folder: .P .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 sure to use \fBnpm rebuild <pkg>\fP if you make any changes\. .SS Configuration .SS shell .RS 0 .IP \(bu 2 Default: SHELL environment variable, or "bash" on Posix, or "cmd" on Windows .IP \(bu 2 Type: path .RE .P The shell to run for the \fBnpm explore\fP command\. .SS See Also .RS 0 .IP \(bu 2 npm help folders .IP \(bu 2 npm help edit .IP \(bu 2 npm help rebuild .IP \(bu 2 npm help build .IP \(bu 2 npm help install .RE