-
Notifications
You must be signed in to change notification settings - Fork 214
build_web_compilers not within constraints #2808
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
The problem is webdev 2.6.0, released on Sep 8, 2020. You have to manually downgrade webdev to 2.5.9 till the error is fixed.
worked for me. |
Probably the easiest fix would be to release a stable version of build_web_compilers? |
Going to close this as a dupe of dart-lang/webdev#1099 |
I'm using webdev 2.7.6 package and I'm facing the same issue and still, they did not fix this issue. |
build_web_compilers is now on version |
I'm using webdev latest version which is 2.7.6 but how did I know about the compatibility of "build_runner" and "build_web_compilers". |
Webdev should be emitting a message about the incompatible version. Because it is a globally activated package, it can't actually enforce the dependency directly and has to rely on just emitting its own error. |
Hello all 👋 Run the following command to activate pub global activate webdev If you are still seeing the error then the pub cache is more than likely interfering with you updating to the latest rm -rf ~/.pub-cache/ and re-run Cheers! |
Trying to run my
web/index.html
from within IntelliJ I get the following error:It worked yesterday and I have no clue where the
>=2.12.0-dev.1 <3.0.0
constraint comes from, it doesn't match the any constraints in my pubspec.yaml.@jakemac53 Do you have any idea what has happened ?
2.12.0-dev.1
is still in the future, right?The text was updated successfully, but these errors were encountered: