Last active
June 22, 2016 18:32
-
-
Save natemcmaster/eb0cbecc8b0b43353234e160f09fb8a8 to your computer and use it in GitHub Desktop.
Clear NuGet
This file contains hidden or 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
REM npm i -g rimraf | |
REM https://github.com/isaacs/rimraf | |
rimraf %USERPROFILE%\.nuget\ %LOCALAPPDATA%\NuGet\v3-cache\ %LOCALAPPDATA%\NuGet\Cache\ |
This file contains hidden or 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
rm -rf $HOME/.nuget/ $HOME/.local/share/NuGet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PowerShell (avoids the need to install rimraf):