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: ac2980d23fb6e114ff565b1058fa431d3fe81cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
npm-uninstall(1) -- Remove a package
====================================

## SYNOPSIS

    npm uninstall <name>
    npm rm <name>

## DESCRIPTION

This uninstalls a package, completely removing everything installed for it.