We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaning up everything gives error.
scoop cleanup * Removing android-clt: 9477386Get-Item : Cannot find path 'C:\Users\sohma_w4\scoop\apps\android-clt\9477386\build-tools' because it does not exist. At C:\Users\sohma_w4\scoop\apps\scoop\current\lib\install.ps1:1182 char:23 + $source = Get-Item "$dir\$source" + ~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\Users\sohma_...386\build-tools:String) [Get-Item], ItemNotFoundExcep tion + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
Should have cleaned up smoothly and gracefully handled this error.
Handle this particular error in the code. Meanwhile tell what can easily resolve this.
Windows version: 10
OS architecture: 64bit
PowerShell version: [output of "$($PSVersionTable.PSVersion)"]
"$($PSVersionTable.PSVersion)"
{ "last_update": "2024-03-28T19:18:16.5259420+05:30", "scoop_branch": "master", "scoop_repo": "https://github.com/lukesampson/scoop" }
The text was updated successfully, but these errors were encountered:
Fixed by #5552
Sorry, something went wrong.
No branches or pull requests
Bug Report
Current Behavior
Cleaning up everything gives error.
Expected Behavior
Should have cleaned up smoothly and gracefully handled this error.
Possible Solution
Handle this particular error in the code. Meanwhile tell what can easily resolve this.
System details
Windows version: 10
OS architecture: 64bit
PowerShell version: [output of
"$($PSVersionTable.PSVersion)"
]Scoop Configuration
The text was updated successfully, but these errors were encountered: