Mark H
2015-06-02 09:07:49 UTC
Since updating to the most recent dev version that the Editor allows, I am
having problems with pub upgrade:
Dart Editor version 1.10.1.release (DEV)
Dart SDK version 1.10.1
Basically it never seems to complete and gets stuck in some sort of
dependency loop. I have tried the following command:
pub --trace --verbosity=solver upgrade
and have attached the output. However, I'm not entirely sure how to
interpret this to find out which package is causing the problem. Can anyone
take a quick peek at the output and give me some pointers as to what might
be the issue?
My pubspec file looks like this:
name: Autograph
description: Autograph Web Version
dependencies:
animation:
path: dev/Animation
bot: '>=0.27.0+2 <0.28.0'
browser: any
core_elements: '<0.7.0'
google_drive_v2_api: any
google_oauth2_client: any
js: '>=0.2.2 <0.3.0'
js_wrapping: any
math_expressions:
path: dev/math-expressions
polymer: '<0.16.0'
rikulo_commons: '<2.0.0'
rikulo_ui: any
three:
path: dev/three.dart
vector_math: any
widget:
path: dev/widget.dart
transformers:
- polymer:
Thanks.
Mark
having problems with pub upgrade:
Dart Editor version 1.10.1.release (DEV)
Dart SDK version 1.10.1
Basically it never seems to complete and gets stuck in some sort of
dependency loop. I have tried the following command:
pub --trace --verbosity=solver upgrade
and have attached the output. However, I'm not entirely sure how to
interpret this to find out which package is causing the problem. Can anyone
take a quick peek at the output and give me some pointers as to what might
be the issue?
My pubspec file looks like this:
name: Autograph
description: Autograph Web Version
dependencies:
animation:
path: dev/Animation
bot: '>=0.27.0+2 <0.28.0'
browser: any
core_elements: '<0.7.0'
google_drive_v2_api: any
google_oauth2_client: any
js: '>=0.2.2 <0.3.0'
js_wrapping: any
math_expressions:
path: dev/math-expressions
polymer: '<0.16.0'
rikulo_commons: '<2.0.0'
rikulo_ui: any
three:
path: dev/three.dart
vector_math: any
widget:
path: dev/widget.dart
transformers:
- polymer:
Thanks.
Mark
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.