Skip to content

Instantly share code, notes, and snippets.

@hungdev
Created May 3, 2019 08:35
Show Gist options
  • Select an option

  • Save hungdev/662c46455829c1835008a1c7228ec351 to your computer and use it in GitHub Desktop.

Select an option

Save hungdev/662c46455829c1835008a1c7228ec351 to your computer and use it in GitHub Desktop.
remove all node module script

sudo find /Users/cee/Desktop -name "node_modules" -exec rm -rf '{}' +

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment