简体   繁体   中英

Error while running angular dart tutorial available on github

I am new to angular-dart. I have no prior knowledge of DART. Working on angular since last 3 months. I have downloaded the code from github. Then i opened the chapter 1 code through File->open in Dart Editor.The file structure of the project is, Chapter_01 ---> 1) pubspec.yaml 2) Web 2.1)index.html 2.2)main.dart 3) README

in index.html there is reference to

The first and last js files are missing. Where could i get them or how to generate them. I right clicked on pubspec.yaml and chose the option Pub Get,for that i got the error as

"--- Jan 31, 2014 8:13:33 PM Running pub get ... --- Pub get failed, [1] Resolving dependencies....Got socket error trying to find package angular at https://pub.dartlang.org .

** Warning: Application may fail to run since packages did not get installed.Try running pub get again. ** " Also, in the main.dart file i am getting the error for the line "import 'package:angular/angular.dart';" as "Target of URI does not exist: 'package:angular/angular.dart'"

Also i tried to ping the https://pub.dartlang.org .I got Destination net unreachable. But the same URL is accessible through my browser.

Kindly help me to resolve the issue. I am using windows 7.

Thanks in advance.

Regards, Mohan Savant

It's absolutely necessary that pub get succeeds. It's useless to try something else before that works.

  • Sometimes there are temporary problems with pub.dartlang.org. How often have you tried? (never experienced this myself though)
  • Another known source of such problems is a proxy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM