1NPM-HELP(1)                                                        NPM-HELP(1)
2
3
4

NAME

6       npm-help - Get help on npm
7
8   Synopsis
9         npm help <term> [<terms..>]
10
11       Note: This command is unaware of workspaces.
12
13   Description
14       If supplied a topic, then show the appropriate documentation page.
15
16       If  the  topic  does not exist, or if multiple terms are provided, then
17       npm will run the help-search command to find a match.   Note  that,  if
18       help-search  finds  a  single  subject,  then  it will run help on that
19       topic, so unique matches are equivalent to specifying a topic name.
20
21   Configuration
22       <!-- AUTOGENERATED CONFIG DESCRIPTIONS  START  -->  <!--  automatically
23       generated,  do  not edit manually --> <!-- see lib/utils/config/defini‐
24       tions.js -->
25
26   viewer
27       • Default: "man" on Posix, "browser" on Windows
28
29       • Type: String
30
31
32       The program to use to view help content.
33
34       Set to "browser" to view html help content in the default web  browser.
35       <!--  automatically  generated,  do  not  edit  manually  -->  <!-- see
36       lib/utils/config/definitions.js -->
37
38       <!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
39
40
41   See Also
42       • npm help npm
43
44       • npm help folders
45
46       • npm help config
47
48       • npm help npmrc
49
50       • npm help package.json
51
52       • npm help help-search
53
54
55
56
57                                 January 2022                      NPM-HELP(1)
Impressum