-
Notifications
You must be signed in to change notification settings - Fork 211
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
Melos on Windows failed to build #645
Comments
Interesting, which dart version do you have? |
I have also FVM installed, maybe it is connected with #616 ? However
and
|
What does |
|
Seems like fixed by running |
Good to hear! |
@spydon should be reopened First of all, happening on MacOS as well and dart pub cache clean do not work..
dart pub global activate melos
melos bs
|
There must be something strange with your local setup, I just tried on both windows and macos and it works fine. 🤔 Have you tried re-installing flutter? Or just changing channels back and forth is usually enough. |
I am using FVM though. No standalone flutter / dart on system |
And if you try setting another flutter version through fvm? Maybe your current one is corrupt? |
Does fvm only have one cache for all installed binaries, no matter which version they were installed with? |
Reinstalled all fvm installations, cleared fvm list. only flutter 3.16.9 is activated. Still same issue |
Is there an existing issue for this?
Version
4.1.0
Description
On Windows running any melos command results into error
Steps to reproduce
Then
Details
Failed to build melos:melos:
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:45:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get iterator;
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:49:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get reverseIterator;
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:58:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator fromIterator(V anchor,
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:742:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get iterator => AvlTreeIterator.(this);
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:746:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get reverseIterator =>
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:751:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator fromIterator(V anchor,
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:894:38: Error: Type 'BidirectionalIterator' not found.
class _AvlTreeIterator implements BidirectionalIterator {
^^^^^^^^^^^^^^^^^^^^^
Failed to build melos:melos:
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:45:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get iterator;
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:49:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get reverseIterator;
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:58:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator fromIterator(V anchor,
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:742:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get iterator => AvlTreeIterator.(this);
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:746:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get reverseIterator =>
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:751:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator fromIterator(V anchor,
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:894:38: Error: Type 'BidirectionalIterator' not found.
class _AvlTreeIterator implements BidirectionalIterator {
^^^^^^^^^^^^^^^^^^^^^
Failed to build melos:melos:
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:45:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get iterator;
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:49:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get reverseIterator;
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:58:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator fromIterator(V anchor,
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:742:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get iterator => AvlTreeIterator.(this);
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:746:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get reverseIterator =>
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:751:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator fromIterator(V anchor,
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:894:38: Error: Type 'BidirectionalIterator' not found.
class _AvlTreeIterator implements BidirectionalIterator {
^^^^^^^^^^^^^^^^^^^^^
Failed to build melos:melos:
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:45:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get iterator;
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:49:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get reverseIterator;
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:58:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator fromIterator(V anchor,
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:742:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get iterator => AvlTreeIterator.(this);
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:746:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator get reverseIterator =>
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:751:3: Error: Type 'BidirectionalIterator' not found.
BidirectionalIterator fromIterator(V anchor,
^^^^^^^^^^^^^^^^^^^^^
/C:/Users/nymsa/AppData/Local/Pub/Cache/hosted/pub.dev/quiver-3.0.1+1/lib/src/collection/treeset.dart:894:38: Error: Type 'BidirectionalIterator' not found.
class _AvlTreeIterator implements BidirectionalIterator {
^^^^^^^^^^^^^^^^^^^^^
Expected behavior
Melos command works
Screenshots
No response
Additional context and comments
I tried:
The text was updated successfully, but these errors were encountered: