Skip to content
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

Problem with pubspec.yaml and duct #10

Open
ghost opened this issue Nov 5, 2015 · 0 comments
Open

Problem with pubspec.yaml and duct #10

ghost opened this issue Nov 5, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 5, 2015

Here is my pubspec.yaml file:

name: "CSGOBlinks"
dependencies:
  polymer: "^1.0.0-rc.3"
  web_components: ^0.12.0
  reflectable: "^0.3.3"
  polymer_elements: "^1.0.0-rc.2"
  duct:
      git: git://github.com/petrhosek/duct.git ">=0.4.3"
transformers:
- web_components:
    entry_points:
      - web/index.html
- reflectable:
    entry_points:
      - web/index.dart

and here is the output of pub install. Is that something that can be fixed? I have no clue

➜  CSGOBlinks_front git:(dev) ✗ pub install
Resolving dependencies... (2.9s) 
Incompatible version constraints on logging:
- csslib 0.12.2 depends on version >=0.9.0 <0.12.0
- duct 0.0.1 depends on version >=0.4.3
- redis_client 0.1.13 depends on version >=0.9.0 <0.10.0
- reflectable 0.3.3 depends on version ^0.11.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants