Created
July 14, 2015 15:28
-
-
Save Toltar/cb63b4a7f50d93122c90 to your computer and use it in GitHub Desktop.
Commands to uninstall modules and directories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //The -g flag is if you want to uninstall globally a package | |
| //The -r flag is the recursive flag | |
| //I will mark it as [-g] and [-r] as optional | |
| npm rm[-r] <name> | |
| npm r[-r] <name> | |
| npm uninstall [-g] <name> | |
| npm un [-g] <name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment