1NPM-HELP(1) NPM-HELP(1)
2
3
4
6 npm-help - Get help on npm
7
9 npm help <term> [<terms..>]
10
12 If supplied a topic, then show the appropriate documentation page.
13
14 If the topic does not exist, or if multiple terms are provided, then
15 run the help-search command to find a match. Note that, if help-search
16 finds a single subject, then it will run help on that topic, so unique
17 matches are equivalent to specifying a topic name.
18
20 viewer
21 · Default: "man" on Posix, "browser" on Windows
22
23 · Type: path
24
25
26 The program to use to view help content.
27
28 Set to "browser" to view html help content in the default web browser.
29
31 · npm help npm
32
33 · README
34
35 · npm help 5 folders
36
37 · npm help config
38
39 · npm help 7 config
40
41 · npm help 5 npmrc
42
43 · npm help 5 package.json
44
45 · npm help help-search
46
47 · npm help 7 index
48
49
50
51
52
53 April 2019 NPM-HELP(1)