Skip to content

Commit e7ff4c4

Browse files
author
Walle Cyril
committed
npm uninstall
1 parent 95cbd78 commit e7ff4c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

general/npm/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ overview of outdated packages
2626
## update npm or other global package to the latest version
2727

2828
`npm i npm@latest -g` or `npm i other@latest -g`
29+
30+
## `npm uninstall`
31+
32+
`npm uninstall pac` removes pac from node_modules and package.json and packagelock. Alternatively remove a package from package.json manually and `npm prune` to remove it from node_modules after.

0 commit comments

Comments
 (0)