1NPM-HELP(1) NPM-HELP(1)
2
3
4
6 npm-help - Get help on npm
7
8 Synopsis
9 npm help <term> [<terms..>]
10
11 Description
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
19 Configuration
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
30 See Also
31 · npm help npm
32
33 · npm help folders
34
35 · npm help config
36
37 · npm help npmrc
38
39 · npm help package.json
40
41 · npm help help-search
42
43
44
45
46 March 2020 NPM-HELP(1)