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

unpublish.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65e7ce6fc672de4b09cf0d8a5df47be8c5e20fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
npm-unpublish(1) -- Remove a package from the registry
======================================================

## SYNOPSIS

    npm unpublish <name>[@<version>]

## DESCRIPTION

This removes a package version from the registry, deleting its
entry and removing the tarball.

If no version is specified, or if all versions are removed then
the root package entry is removed from the registry entirely.