Skip to content

Instantly share code, notes, and snippets.

@karlhorky
Last active February 7, 2024 05:16
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlhorky/3e092d1def377f409976566db2e46029 to your computer and use it in GitHub Desktop.
Save karlhorky/3e092d1def377f409976566db2e46029 to your computer and use it in GitHub Desktop.
Clear npx cache
# First, remove all the folders in the npx cache location
# https://github.com/npm/cli/issues/1935#issuecomment-745561262
rm -rf $(npm get cache)/_npx/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment