-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
webdev error after upgrading to Dart 3.5.0 #56382
Comments
Summary: The user is experiencing an error when running |
I have temporarily downgraded back to dart@3.4.4 to get webdev working again on our machines. I also tried deleting the .dart_tool/ directory, but that didn't help. |
Try to run:
Here it's working:
|
Specifically you need to upgrade the transitive |
Thanks @jakemac53! I was literally about to post the same response :) For some context, we've migrated a lot of our tooling to start the |
That worked. Awesome everyone! |
% uname -a
Darwin macbook-pro.lan 23.6.0 Darwin Kernel Version 23.6.0: Fri Jul 5 17:56:41 PDT 2024; root:xnu-10063.141.1~2/RELEASE_ARM64_T6000 arm64
% dart --version
Dart SDK version: 3.5.0 (stable) (Tue Jul 30 02:17:59 2024 -0700) on "macos_arm64"
% webdev --version
3.5.0
% webdev serve --release entry_points:8080
Need help! Thanks.
The text was updated successfully, but these errors were encountered: