đź“ť Edit page
âž• Add page
Commands
How to run the NPM CLI's commands
Topics
Pages
- How to run commands
-
audit
Use this NPM subcommand to find and fix vulnerabilities
- cache
-
ci
About the
npm ci
command -
install
The
npm install
command -
npx
Node package executor
- outdated
-
run
About the
npm run
command -
update
update all the packages listed to the latest version (specified by the tag config), respecting semver.
-
version
About the
npm version
command and how to use it
Content
Logging tip
From loglevel in config docs.
Change the verbosity of logging.
Default: "notice"
Values allowed:
“silent”, “error”, “warn”, “notice”, “http”, “timing”, “info”, “verbose”, or “silly”
e.g.
$ npm install --loglevel warn