-
Notifications
You must be signed in to change notification settings - Fork 5
Description
URL: https://angulardart.xyz/guide/router/
i try to follow tutorial https://angulardart.xyz/tutorial/toh-pt5 and try to define route bring me to guide/router/
but i can`t implement and receive the following error 👍
Because no versions of ngcompiler match >=2.1.2 <2.1.2+0 and ngcompiler >=2.1.2+0 <3.0.0-dev.0 depends on analyzer
^4.2.0, ngcompiler >=2.1.2 <3.0.0-dev.0 requires analyzer ^4.2.0.
And because angular_router >=3.0.0 depends on angular ^7.0.0 which depends on analyzer ^2.0.0, ngcompiler >=2.1.2
<3.0.0-dev.0 is incompatible with angular_router >=3.0.0.
And because angular_router <2.0.0-alpha+16 requires SDK version >=1.24.0 <2.0.0 or >=2.0.0-dev.3.0 <2.0.0 and
angular_router >=2.0.0-alpha+24 <2.0.0 depends on angular ^6.0.0-alpha+1, if ngcompiler >=2.1.2 <3.0.0-dev.0 and
angular_router <2.0.0-alpha+16 or >=2.0.0-alpha+24 <2.0.0 or >=3.0.0 then angular ^6.0.0-alpha+1.
And because angular_router >=2.0.0-alpha+23 <2.0.0-alpha+24 depends on angular ^6.0.0-alpha and angular_router
=2.0.0-alpha+22 <2.0.0-alpha+23 depends on angular ^5.3.0, if ngcompiler >=2.1.2 <3.0.0-dev.0 and angular_router
<2.0.0-alpha+16 or >=2.0.0-alpha+22 <2.0.0 or >=3.0.0 then angular ^5.3.0 or ^6.0.0-alpha.
And because angular_router >=2.0.0-alpha+21 <2.0.0-alpha+22 depends on angular ^5.2.0 and angular_router
=2.0.0-alpha+20 <2.0.0-alpha+21 depends on angular ^5.1.0, if ngcompiler >=2.1.2 <3.0.0-dev.0 and angular_router
<2.0.0-alpha+16 or >=2.0.0-alpha+20 <2.0.0 or >=3.0.0 then angular >=5.1.0 <6.0.0 or ^6.0.0-alpha.
And because angular_router >=2.0.0-alpha+19 <2.0.0-alpha+20 depends on angular ^5.0.0 and angular_router
=2.0.0-alpha+18 <2.0.0-alpha+19 depends on angular ^5.0.0-beta+3, if ngcompiler >=2.1.2 <3.0.0-dev.0 and
angular_router <2.0.0-alpha+16 or >=2.0.0-alpha+18 <2.0.0 or >=3.0.0 then angular >=5.0.0-beta+3 <6.0.0 or
^6.0.0-alpha.
And because angular_router >=2.0.0-alpha+16 <2.0.0-alpha+18 depends on angular ^5.0.0-beta and angular >=0.9.0
<5.0.0-beta+1 requires SDK version <2.0.0 or >=2.0.0-dev.3.0 <2.0.0, if ngcompiler >=2.1.2 <3.0.0-dev.0 and
angular_router <2.0.0-∞ or >=3.0.0 then angular >=5.0.0-beta+1 <6.0.0 or ^6.0.0-alpha.
And because angular_router ^2.0.0 depends on angular ^6.0.0 which depends on logging >=0.9.0 <0.12.0, if ngcompiler
=2.1.2 <3.0.0-dev.0 and angular_router any then logging >=0.9.0 <0.12.0.
Because ngforms >=4.1.1 <5.0.0-dev.0 depends on ngdart ^7.1.1 which depends on ngcompiler ^2.1.2, ngforms >=4.1.1
<5.0.0-dev.0 requires ngcompiler ^2.1.2.
Thus, if ngforms >=4.1.1 <5.0.0-dev.0 and angular_router any then logging >=0.9.0 <0.12.0.
And because build_runner >=2.0.0 <2.4.0 depends on logging ^1.0.0, one of ngforms >=4.1.1 <5.0.0-dev.0 or
angular_router any or build_runner >=2.0.0 <2.4.0 must be false.
And because build_runner >=2.4.0 requires SDK version >=3.0.0-134.0.dev <4.0.0 and angular_app depends on ngforms
^4.1.1, angular_router is incompatible with build_runner >=2.0.0.
So, because angular_app depends on both angular_router any and build_runner ^2.2.0, version solving failed.
i can finish tutorial on routing, olease update
thank you