Difference between revisions of "Npm help"
Jump to navigation
Jump to search
(Created page with "<pre> npm help npm <command> Usage: npm install install all the dependencies in your project npm install <foo> add the <foo> dependency to your project npm test...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | npm help | ||
+ | npm <command> | ||
+ | |||
+ | Usage: | ||
+ | |||
+ | npm install install all the dependencies in your project | ||
+ | npm install <foo> add the <foo> dependency to your project | ||
+ | npm test run this project's tests | ||
+ | npm run <foo> run the script named <foo> | ||
+ | npm <command> -h quick help on <command> | ||
+ | [[npm -l]] display usage info for all commands | ||
+ | npm help <term> search for help on <term> | ||
+ | npm help npm more involved overview | ||
+ | |||
+ | All commands: | ||
+ | |||
access, adduser, audit, bin, bugs, cache, ci, completion, | access, adduser, audit, bin, bugs, cache, ci, completion, | ||
config, dedupe, deprecate, diff, dist-tag, docs, doctor, | config, dedupe, deprecate, diff, dist-tag, docs, doctor, | ||
edit, exec, explain, explore, find-dupes, fund, get, help, | edit, exec, explain, explore, find-dupes, fund, get, help, | ||
hook, init, install, install-ci-test, install-test, link, | hook, init, install, install-ci-test, install-test, link, | ||
− | ll, login, logout, ls, org, outdated, owner, pack, ping, | + | ll, [[npm login|login]], logout, ls, org, outdated, owner, pack, ping, |
− | pkg, prefix, profile, prune, publish, rebuild, repo, | + | pkg, prefix, profile, prune, publish, [[rebuild]], repo, |
restart, root, run-script, search, set, set-script, | restart, root, run-script, search, set, set-script, | ||
shrinkwrap, star, stars, start, stop, team, test, token, | shrinkwrap, star, stars, start, stop, team, test, token, | ||
uninstall, unpublish, unstar, update, version, view, whoami | uninstall, unpublish, unstar, update, version, view, whoami | ||
− | .../... | + | .../... |
− | + | ||
+ | == Related == | ||
+ | [[npm -l]] | ||
== See also == | == See also == |
Latest revision as of 14:51, 21 November 2022
npm help npm <command> Usage: npm install install all the dependencies in your project npm install <foo> add the <foo> dependency to your project npm test run this project's tests npm run <foo> run the script named <foo> npm <command> -h quick help on <command> npm -l display usage info for all commands npm help <term> search for help on <term> npm help npm more involved overview All commands: access, adduser, audit, bin, bugs, cache, ci, completion, config, dedupe, deprecate, diff, dist-tag, docs, doctor, edit, exec, explain, explore, find-dupes, fund, get, help, hook, init, install, install-ci-test, install-test, link, ll, login, logout, ls, org, outdated, owner, pack, ping, pkg, prefix, profile, prune, publish, rebuild, repo, restart, root, run-script, search, set, set-script, shrinkwrap, star, stars, start, stop, team, test, token, uninstall, unpublish, unstar, update, version, view, whoami
.../...
Related[edit]
npm -l
See also[edit]
Advertising: