You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
575 B

npm-update(1) -- Update a package
=================================
## SYNOPSIS
npm update [-g] [<name> [<name> ...]]
## DESCRIPTION
This command will update all the packages listed to the latest version
(specified by the `tag` config).
It will also install missing packages.
If the `-g` flag is specified, this command will update globally installed
packages.
If no package name is specified, all packages in the specified location (global
or local) will be updated.
## SEE ALSO
* npm-install(1)
* npm-outdated(1)
* npm-registry(7)
* npm-folders(5)
* npm-ls(1)