Last active
February 26, 2019 04:59
-
-
Save charlwillia6/eb82c05ac066c88b72c48ec1a0fff83c to your computer and use it in GitHub Desktop.
Uninstall package.json #shell #npm #node
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
# /bin/bash | |
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