Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 378 Bytes

update.md

File metadata and controls

21 lines (14 loc) · 378 Bytes

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)