dart-league/ng_bootstrap

bootstrap_sass dependency cannot be filled

Closed this issue · 2 comments

when running pub get:

Resolving dependencies... 
Package bootstrap_sass has no versions that match 4.0.0-alpha.3+5 derived from:
- ng_bootstrap 0.4.6 depends on version 4.0.0-alpha.3+5

The dependencies section of my pubspec.yaml:

dependencies:
  angular2: 2.2.0
  browser: any
  dart_to_js_script_rewriter: any
  js: any
  ace: any
  ng_bootstrap: 0.4.6
  jsonx: any
  fff: any
  sass: any

Because it depends on an alpha version, do I need to enable that in pub somewhere? If so, this should be included in the install instructions or the bootstrap_sass version should be bumped to non-alpha.

It's been a while since I updated the dependencies on this project, updating from angular2 2.0.0-beta.20, so there may be some issue there as well.

Yes sorry I haven't released that version

version v4.0.0-alpha.5 of bootstrap_sass has been release, this issue should be solved now