Skip to content

Instantly share code, notes, and snippets.

@zackad
Created February 2, 2017 10:45
Show Gist options
  • Save zackad/629777c6de519075e9877c124c607203 to your computer and use it in GitHub Desktop.
Save zackad/629777c6de519075e9877c124c607203 to your computer and use it in GitHub Desktop.
# uninstall all npm module inside node_modules
# credit goes to http://stackoverflow.com/a/24396148/6265296
npm uninstall `ls -1 node_modules | tr '/\n' ' '`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment