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

bower out of date? #480

Closed
charleshross opened this issue Apr 24, 2014 · 1 comment
Closed

bower out of date? #480

charleshross opened this issue Apr 24, 2014 · 1 comment

Comments

@charleshross
Copy link

According to documentation in 'getting started' (http://www.polymer-project.org/docs/start/getting-the-code.html) we should add this line to bower.json as of 0.2.3 a few days ago...

"dependencies": {
"polymer": "~0.2.3"
}

But it returns an error that there is no version of that

bower not-cached git://github.com/components/polymer.git#~0.2.3
bower resolve git://github.com/components/polymer.git#~0.2.3
bower ENORESTARGET No tag found that was able to satisfy ~0.2.3

Additional error details:
Available versions: 0.2.2, 0.2.1, 0.2.1-2, 0.2.1-1, 0.2.0, 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0, 0.0.20131107, 0.0.20131025, 0.0.20131010, 0.0.20131003, 0.0.20130912, 0.0.20130905, 0.0.20130829, 0.0.20130816, 0.0.20130815, 0.0.20130808, 0.0.20130801, 0.0.20130711

@ebidel
Copy link
Contributor

ebidel commented Apr 24, 2014

That line should be:

"polymer": "Polymer/polymer#~0.2.3",

I'll update it in the docs.

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

2 participants