-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can't build with current Dart (3.0.0) #1122
Comments
I am on macOS
|
On Ubuntu I uninstalled the default 3+ version of dart
Then installed the newest 2.x version
This fixed the issue for me. |
On Arch Manjaro, Dart version (3.0.7)
The below commands worked successfully:
Note: This still fails make |
Ah, yes. When I get some time, I'll try to update it to the latest. |
same issue here on windows, I know zero about dart and dont have the bandwidth to learn |
Make sure to clean any build stuff from 3.0 after switching. |
on macOS
|
I just hit a very similar issue with being unable to install or run most of the make commands with the default version of dart installed by my package manager (Pamac on Manjaro Linux). My solution was to download version 2.12.0 from this page https://dart.dev/get-dart/archive and then place the binary on my path. |
Following the install instructions gives an immediate error after installing Dart (according to Dart site install instructions) and running "make get" (Ubuntu 22.04).
Without knowing anything about Dart, I tried editing tool/pubspec.yaml to change the 2.11.0 to 2.12.0, but just caused different error:
The text was updated successfully, but these errors were encountered: