Issue by austincummings
_Originally opened as dart-lang/sdk#23248_
Attachment:
pubspec.yaml (516 Bytes)
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.
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:
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:
platform_directives:
platform_pipes:
entry_points: web/main.dart
resolved_identifiers:
BrowserClient: 'package:http/browser_client.dart'
Client: 'package:http/http.dart'