During flutter pub cache clean
, "OS Error: The system cannot find the path specified"
#4155
Labels
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Environment
dart --version
):no
Problem
File system exception while trying to delete the pub cache via
flutter pub cache clean
:I'm fairly sure this is a purely pub/dart:io issue, as it doesn't look like the flutter tool is doing much here (other than setting some env variables) before delegating to
pub cache clean
.Flutter tracking issue: flutter/flutter#144140
The text was updated successfully, but these errors were encountered: