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         alias: hlep
12
13       Note: This command is unaware of workspaces.
14
15   Description
16       If supplied a topic, then show the appropriate documentation page.
17
18       If  the  topic  does not exist, or if multiple terms are provided, then
19       npm will run the help-search command to find a  match.  Note  that,  if
20       help-search  finds  a  single  subject,  then  it will run help on that
21       topic, so unique matches are equivalent to specifying a topic name.
22
23   Configuration
24   viewer
25       •   Default: "man" on Posix, "browser" on Windows
26
27       •   Type: String
28
29
30       The program to use to view help content.
31
32       Set to "browser" to view html help content in the default web browser.
33
34   See Also
35       •   npm help npm
36
37       •   npm help folders
38
39       •   npm help config
40
41       •   npm help npmrc
42
43package.json ⟨/configuring-npm/package-json⟩
44
45       •   npm help help-search
46
47
48
49                                 November 2023                     NPM-HELP(1)
Impressum