Skip to content
New issue

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

Failing to pub install with git: reference in pubspec.yaml file #2

Open
kirkkohler opened this issue Aug 8, 2013 · 0 comments
Open

Comments

@kirkkohler
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant