2020-10-02 17:52:19 -04:00
|
|
|
.TH "NPM" "" "October 2020" "" ""
|
2015-11-02 17:16:25 -08:00
|
|
|
.SH "NAME"
|
|
|
|
\fBnpm\fR
|
2019-11-05 14:55:08 -05:00
|
|
|
.SS Synopsis
|
2015-11-02 17:16:25 -08:00
|
|
|
.P
|
|
|
|
.RS 2
|
|
|
|
.nf
|
|
|
|
npm install\-test (with no args, in package dir)
|
|
|
|
npm install\-test [<@scope>/]<name>
|
|
|
|
npm install\-test [<@scope>/]<name>@<tag>
|
|
|
|
npm install\-test [<@scope>/]<name>@<version>
|
|
|
|
npm install\-test [<@scope>/]<name>@<version range>
|
|
|
|
npm install\-test <tarball file>
|
|
|
|
npm install\-test <tarball url>
|
|
|
|
npm install\-test <folder>
|
|
|
|
|
|
|
|
alias: npm it
|
|
|
|
common options: [\-\-save|\-\-save\-dev|\-\-save\-optional] [\-\-save\-exact] [\-\-dry\-run]
|
|
|
|
.fi
|
|
|
|
.RE
|
2019-11-05 14:55:08 -05:00
|
|
|
.SS Description
|
2015-11-02 17:16:25 -08:00
|
|
|
.P
|
|
|
|
This command runs an \fBnpm install\fP followed immediately by an \fBnpm test\fP\|\. It
|
|
|
|
takes exactly the same arguments as \fBnpm install\fP\|\.
|
2019-11-05 14:55:08 -05:00
|
|
|
.SS See Also
|
2015-11-02 17:16:25 -08:00
|
|
|
.RS 0
|
|
|
|
.IP \(bu 2
|
2019-11-18 21:01:39 +02:00
|
|
|
npm help install
|
2015-11-02 17:16:25 -08:00
|
|
|
.IP \(bu 2
|
2019-11-18 21:01:39 +02:00
|
|
|
npm help test
|
2015-11-02 17:16:25 -08:00
|
|
|
|
|
|
|
.RE
|