UNPKG

255 BPlain TextView Raw
1Sometimes you will want to remove the packages you have installed.
2
3Removing a package is done with the command {bold}`npm rm <package-name>`{/bold}.
4
5Tip: you can use {bold}`npm uninstall`{/bold}, {bold}`npm r`{/bold}, {bold}`npm remove`{/bold} instead.