We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I could not get the Dart Editor to run 'pub install' with
angular: git: git: https://github.com/angular/angular.dart.git
reference in pubspec.yaml file. To fix this, I searched in the dart package manager for angular and found http://pub.dartlang.org/packages/angular (v. 0.0.1)
Changing my pubspec.yaml to the following allowed me to execute 'pub install'.
Do you expect the direct git reference to have worked? Or would you like me to send a pull request updating the angular reference to version 0.0.1?
name: dart_seed version: 0.0.1 dependencies: angular: 0.0.1 browser: any js: any unittest: any
type:question
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I could not get the Dart Editor to run 'pub install' with
angular:
git: git: https://github.com/angular/angular.dart.git
reference in pubspec.yaml file. To fix this, I searched in the dart package manager for angular and found http://pub.dartlang.org/packages/angular (v. 0.0.1)
Changing my pubspec.yaml to the following allowed me to execute 'pub install'.
Do you expect the direct git reference to have worked? Or would you like me to send a pull request updating the angular reference to version 0.0.1?
type:question
The text was updated successfully, but these errors were encountered: