Skip to content

Can't build angular docs under Dart 2 stable #1733

@chalin

Description

@chalin

See this Travis log:

Because dartdoc <0.18.0 requires SDK version <2.0.0-dev.infinity and dartdoc ^0.18.0 depends on mustache4dart ^2.1.0, dartdoc <0.19.0 requires mustache4dart ^2.1.0.
And because dartdoc >=0.19.0 <0.19.1 depends on mustache4dart ^2.1.1 and dartdoc >=0.19.1 depends on mustache4dart ^2.1.2, every version of dartdoc requires mustache4dart ^2.1.0.
So, because mustache4dart >=0.0.1 requires SDK version <2.0.0 and pub global activate depends on dartdoc any, version solving failed.

mustache4dart still has 2.0.0 as the max SDK bound: https://github.com/valotas/mustache4dart/blob/83aee1f216725902a1667c71b017a6ec7e0c8c42/pubspec.yaml#L7

cc @kevmoo @kwalrath

Metadata

Metadata

Assignees

Labels

P0A serious issue requiring immediate resolution

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions