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.

22 lines
378 B

npm-update(1) -- Update a package
=================================
## SYNOPSIS
npm update [<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.
## SEE ALSO
* npm-install(1)
* npm-outdated(1)
* npm-registry(1)
* npm-folders(1)
* npm-list(1)