Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4721a3c4815e89766a175c377bf1941a3efc4bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.