Last active
February 7, 2024 05:16
-
-
Save karlhorky/3e092d1def377f409976566db2e46029 to your computer and use it in GitHub Desktop.
Clear npx cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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