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

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

## SYNOPSIS

    npm uninstall <name> <version>
    npm rm <name> <version>

## DESCRIPTION

This uninstalls a package, completely removing everything installed for it. If
it's currently active, then it must be deactivated first. If anything is
depending on it, then those must be uninstalled first.