1NPM() NPM()
2
3
4
6 npm
7
9 npm install-test (with no args, in package dir)
10 npm install-test [<@scope>/]<name>
11 npm install-test [<@scope>/]<name>@<tag>
12 npm install-test [<@scope>/]<name>@<version>
13 npm install-test [<@scope>/]<name>@<version range>
14 npm install-test <tarball file>
15 npm install-test <tarball url>
16 npm install-test <folder>
17
18 alias: npm it
19 common options: [--save|--save-dev|--save-optional] [--save-exact] [--dry-run]
20
22 This command runs an npm install followed immediately by an npm test.
23 It takes exactly the same arguments as npm install.
24
26 · npm help install
27
28 · npm help test
29
30
31
32
33
34 October 2019 NPM()