vsavkin / angulardart-sample-app

A sample Web application built using AngularDart
Other
102 stars 27 forks source link

pub get yields: Uncaught Error: FormatException: Couldn't parse VM stack trace line 'null' #10

Closed chalin closed 10 years ago

chalin commented 10 years ago

Victor, I am looking forward to try out your sample AngularDart, but when I run pub get it reports

Resolving dependencies...
No such file or directory
Uncaught Error: FormatException: Couldn't parse VM stack trace line 'null'.
Stack trace:
null
...

I am using Dart 1.1.1. Do you get the same error? If not, which version of Dart are you using (so that I might retro/upgrade to it). Thanks.

chalin commented 10 years ago

Played around with the pubspec.yaml and the problem went away. Cleaned out the project (removed the pubspec.lock), restored the original pubspec.yaml, reissued pub get and all is fine now.