Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/npm*
  2.  
  3.  
  4. ls -laF /usr/local/{lib/node{,/.npm},bin,share/man} | grep npm
  5.  
  6. find /usr/local/{lib/node,bin} -exec grep -l npm \{\} \; ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement