npm: add "npm rm" (#1839)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
This commit is contained in:
parent
f1dfc086e5
commit
655647d5d4
6
npm.md
6
npm.md
|
@ -61,6 +61,12 @@ updated: 2019-12-24
|
||||||
| `npm update lodash` | Update a package |
|
| `npm update lodash` | Update a package |
|
||||||
|
|
||||||
|
|
||||||
|
### Removing
|
||||||
|
|
||||||
|
| Command | Description |
|
||||||
|
| --- | --- |
|
||||||
|
| `npm rm lodash` | Remove package production packages |
|
||||||
|
|
||||||
### Misc features
|
### Misc features
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue