Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //The -g flag is if you want to uninstall globally a package
  2. //The -r flag is the recursive flag
  3. //I will mark it as [-g] and [-r] as optional
  4. npm rm[-r] <name>
  5. npm r[-r] <name>
  6. npm uninstall [-g] <name>
  7. npm un [-g] <name>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement