npm: add "npm rm" (#1839)

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
This commit is contained in:
Vadym Kurachevskyi 2022-11-01 05:13:32 +02:00 committed by GitHub
parent f1dfc086e5
commit 655647d5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
npm.md
View File

@ -61,6 +61,12 @@ updated: 2019-12-24
| `npm update lodash` | Update a package |
### Removing
| Command | Description |
| --- | --- |
| `npm rm lodash` | Remove package production packages |
### Misc features
```bash