Closed passsy closed 7 months ago
It also fails on a different project (open source) https://github.com/wiredashio/wiredash-sdk/actions/runs/8569166486/job/23484465892
dart pub deps
reveals dart_console2
is coming from dcli 2.2.3
wiresdk_sidekick 0.0.1
├── dcli 2.2.3
│ ├── dart_console2 3.0.0
pubspec.yaml of dcli 2.2.3
name: dcli
version: 2.2.3
environment:
sdk: '>=2.19.0 <4.0.0'
dependencies:
dart_console2: ^3.0.0-beta.1
I can reproduce it on Dart 3.3.3 on macos.
So looks like I opened the win32 version range up too far. I will retract the datt_condole release and rerelease.
On Fri, 5 Apr 2024, 11:36 pm Pascal Welsch, @.***> wrote:
I can reproduce it on Dart 3.3.3 on macos.
— Reply to this email directly, view it on GitHub https://github.com/onepub-dev/dcli/issues/242#issuecomment-2039697757, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG32OHTTY6YWT45JJXICCTY32LDVAVCNFSM6AAAAABFZA7JIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZZGY4TONZVG4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I've retracted dart_console 3.1.0 and released 3.1.1 which appears to resolve this.
Feel free to reopen if you are still having issues.
Thanks mate!
You're the man! Everything works now, thanks, mate!
I run into this error.
I'm unsure why
dart_console2-3.1.0
is pulled at all. Mypubspec.lock
file containsI pulled the dependencies on macos (where everything works. Linux seems to be incompatible with "3.0.0" and pulls the latest version.