Skip to content

Instantly share code, notes, and snippets.

@selfagency
Last active July 11, 2021 01:00
Show Gist options
  • Save selfagency/a6354bb30ec287b6eec3375bb89a83ae to your computer and use it in GitHub Desktop.
Save selfagency/a6354bb30ec287b6eec3375bb89a83ae to your computer and use it in GitHub Desktop.
[delete all npm modules]
#!/usr/bin/env bash
npm ls -gp --depth=0 | awk -F/ '/node_modules/ && !/\/npm$/ {print $NF}' | xargs npm -g rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment