angular_components,rpc和sqljocky之间的版本冲突 [英] Version conflict between angular_components, rpc and sqljocky

查看:102
本文介绍了angular_components,rpc和sqljocky之间的版本冲突的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以将 angular_components rpc sqljocky Dart中的软件包?我的程序包版本冲突,无法找到解决方法。

Is it possible to use angular_components together with rpc and sqljocky packages in Dart? I have a package version conflict and cannot find my way out of it.

我正在使用 Dart VM版本:1.23.0(4月21日,星期五) 03:13:00 2017)在 windows_x64上
。我可以获取所有依赖项的 pubspec.yaml

I am using Dart VM version: 1.23.0 (Fri Apr 21 03:13:00 2017) on "windows_x64" . My pubspec.yaml for which I can get all dependencies is

name: Project
description: Some description
version: 0.0.1
author: me

environment:
  sdk: '>=1.20.1 <2.0.0'

dependencies:
  angular2: ^3.0.0
  ng_bootstrap: ">=0.5.1"
  angular_components: ">=0.5.0"
  plotly: any
  _discoveryapis_commons: ^0.1.0
  crypto: ^2.0.0
  http: ^0.11.1
  http_server: ^0.9.5+1
  logging_handlers: ^0.8.0
#  rpc: ">=0.5.0"
  csv: "^3.1.2"
#  sqljocky: '>=0.14.1'
  test: '>=0.12.20'

dev_dependencies:
  browser: ^0.10.0
  dart_to_js_script_rewriter: ^1.0.1

transformers:
- angular2:
    platform_directives:
    - 'package:angular2/common.dart#COMMON_DIRECTIVES'
    platform_pipes:
    - 'package:angular2/common.dart#COMMON_PIPES'
    entry_points: web/main.dart
- dart_to_js_script_rewriter

但是,一旦我重新引入 rpc sqljocky (即删除它们前面的注释符号)并运行 pub get ,我会收到一个错误

However, as soon as I reintroduce rpc or sqljocky (i.e. remove the comment sign in front of them) and run pub get, I get either an error

Package dart_style has no versions that match >=0.2.10 <2.0.0 derived from:
- angular2 3.1.0-beta depends on version >=0.1.8 <2.0.0
- code_builder 1.0.3 depends on version >=0.2.10 <2.0.0

(用于 sqljocky )或 pub get 无限期挂起

[...]
inconsistent constraints on quiver:
   uri 0.9.3 from hosted -> quiver >=0.17.0 <0.19.0 from hosted (quiver)
   angular2 3.1.0 from hosted -> quiver >=0.21.4 <0.26.0 from hosted (quiver)
   angular_components 0.5.1 from hosted -> quiver >=0.22.0 <0.26.0 from hosted (quiver)
 version 0.9.2 of uri doesn't match >=0.9.3 <0.12.0:
   rpc 0.5.6+3 from hosted -> uri >=0.9.3 <0.12.0 from hosted (uri)
 version 0.9.1 of uri doesn't match >=0.9.3 <0.12.0:
   rpc 0.5.6+3 from hosted -> uri >=0.9.3 <0.12.0 from hosted (uri)
[...]

(用于 rpc ,为便于阅读而对邮件进行了编辑)。有任何建议吗?

(for rpc, message edited for legibility). Any suggestions?

推荐答案

package:uri package:颤抖,应该可以解决该问题。

A new version of package:uri was published with a wider constraint on package:quiver, which should fix the issue.

这篇关于angular_components,rpc和sqljocky之间的版本冲突的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆