���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /usr/lib/node_modules/npm/docs/content/cli-commands/ |
--- section: cli-commands title: npm-help description: Get help on npm --- # npm-help(1) ## Get help on npm ### Synopsis ```bash npm help <term> [<terms..>] ``` ### Description If supplied a topic, then show the appropriate documentation page. If the topic does not exist, or if multiple terms are provided, then run the `help-search` command to find a match. Note that, if `help-search` finds a single subject, then it will run `help` on that topic, so unique matches are equivalent to specifying a topic name. ### Configuration #### viewer * Default: "man" on Posix, "browser" on Windows * Type: path The program to use to view help content. Set to `"browser"` to view html help content in the default web browser. ### See Also * [npm](/cli-commands/npm) * [npm folders](/configuring-npm/folders) * [npm config](/cli-commands/config) * [npmrc](/configuring-npm/npmrc) * [package.json](/configuring-npm/package-json) * [npm help-search](/cli-commands/help-search)