You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general/npm/readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,7 @@ overview of outdated packages
26
26
## update npm or other global package to the latest version
27
27
28
28
`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