Lines Matching full:install
3 title: npm-install-test
4 description: Install package(s) and run tests
7 # npm install-test(1)
9 ## Install package(s) and run tests
14 npm install-test (with no args, in package dir)
15 npm install-test [<@scope>/]<name>
16 npm install-test [<@scope>/]<name>@<tag>
17 npm install-test [<@scope>/]<name>@<version>
18 npm install-test [<@scope>/]<name>@<version range>
19 npm install-test <tarball file>
20 npm install-test <tarball url>
21 npm install-test <folder>
29 This command runs an `npm install` followed immediately by an `npm test`. It
30 takes exactly the same arguments as `npm install`.
34 * [npm install](/cli-commands/npm-install)