Created
February 2, 2017 10:45
-
-
Save zackad/629777c6de519075e9877c124c607203 to your computer and use it in GitHub Desktop.
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
# 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