Skip to content

Instantly share code, notes, and snippets.

@Pymmog
Created December 1, 2019 16:06
Show Gist options
  • Save Pymmog/86d181196936d72b539da65c59047d24 to your computer and use it in GitHub Desktop.
Save Pymmog/86d181196936d72b539da65c59047d24 to your computer and use it in GitHub Desktop.
Useful aliases
alias npmclean="rm -rf node_modules/ && rm -f package-lock.json && npm install"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment