Advertisement
Dyrcona

rm-node

Jul 15th, 2022
981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sudo bash <<EOF
  4. cd /usr/local/bin/
  5. rm ng node npm npx
  6. cd ../lib/
  7. rm -rf node_modules/
  8. EOF
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement