Pub: Pub hangs when running pub get

Created on 5 Jun 2015  路  4Comments  路  Source: dart-lang/pub

Issue by austincummings
_Originally opened as dart-lang/sdk#23248_


Attachment:
pubspec.yaml (516 Bytes)

bug duplicate

Most helpful comment

pub get
Resolving dependencies... (57:59.0s)

pub --version
Pub 1.20.1

tried several times to install angular 2beta.22

my pubspec

environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: ^2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
http: 'any'
advform:
path: '/Applications/XAMPP/htdocs/Advform'
raoni:
path: '/Applications/XAMPP/htdocs/Raoni'
transformers:

All 4 comments

Comment by austincummings


Pub finally quit after sitting there for 14 minutes.

Resolving dependencies... (14:26.6s)
Connection closed before full header was received

Comment by sgjesse


This is most likely due to the dependency resolver taking long to complete.

The error "Connection closed before full header was received" should be fixed by the change mentioned on http://code.google.com/p/dart/issues/detail?id=21798. That change should go into 1.10.


_Added Area-Pub, Triaged labels._

Comment by nex3


Running this locally, it looks like redstone isn't compatible with the latest version of shelf, which may be the root cause of the whole issue.


_Added Duplicate label._
_Marked as being merged into #912._

pub get
Resolving dependencies... (57:59.0s)

pub --version
Pub 1.20.1

tried several times to install angular 2beta.22

my pubspec

environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: ^2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
http: 'any'
advform:
path: '/Applications/XAMPP/htdocs/Advform'
raoni:
path: '/Applications/XAMPP/htdocs/Raoni'
transformers:

Was this page helpful?
0 / 5 - 0 ratings