-
Notifications
You must be signed in to change notification settings - Fork 218
"The system cannot move the file to a different disk drive" running "pub run test" #444
New issue
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
Comments
AFAIK you can't have the Dart code on network drives. |
My guess is that it's related to pub cache being on a different drive to my Dart code, I think the "move" in the error is a bit misleading. |
Ok, this is because pub cache is on a different drive. Therefore this is a dupe of dart-lang/pub#880. It kinda sucks, but the symlinks stuff kinda sucks anyway. For me it's trivial for me to move my cache so it's not a big deal. |
AFAIK it is one of the next tasks to make test compatible with |
I don't know if
pub run test
is the righty way to run tests (I thought there was apub test?!
) however I got this strange error when running it...I'm on Windows 10, happens in both PowerShell and standard command windows.
I cloned https://github.com/dart-lang/convert, ran
pub get
thenpub run test
and got the following:I've gotta go out, but I'll try and do some more debugging later.
The text was updated successfully, but these errors were encountered: