Skip to content

Instantly share code, notes, and snippets.

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