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

Cannot install polymer 0.3.4 #643

Closed
jbuck opened this issue Jul 17, 2014 · 4 comments
Closed

Cannot install polymer 0.3.4 #643

jbuck opened this issue Jul 17, 2014 · 4 comments

Comments

@jbuck
Copy link

jbuck commented Jul 17, 2014

I can't install polymer 0.3.4. My console log:

Jons-MacBook-Pro:test jbuck$ bower install polymer#0.3.4
bower polymer#0.3.4         not-cached git://github.com/components/polymer.git#0.3.4
bower polymer#0.3.4            resolve git://github.com/components/polymer.git#0.3.4
bower polymer#0.3.4       ENORESTARGET No tag found that was able to satisfy 0.3.4

Additional error details:
Available versions: 0.3.3, 0.2.3, 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
Jons-MacBook-Pro:test jbuck$ git clone git://github.com/components/polymer.git
Cloning into 'polymer'...
remote: Reusing existing pack: 273, done.
remote: Total 273 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (273/273), 921.63 KiB | 0 bytes/s, done.
Resolving deltas: 100% (150/150), done.
Checking connectivity... done.
Jons-MacBook-Pro:test jbuck$ cd polymer/
Jons-MacBook-Pro:polymer jbuck$ git tag
0.0.20130711
0.0.20130801
0.0.20130808
0.0.20130815
0.0.20130816
0.0.20130829
0.0.20130905
0.0.20130912
0.0.20131003
0.0.20131010
0.0.20131025
0.0.20131107
0.1.0
0.1.1
0.1.2
0.1.3
0.1.4
0.2.0
0.2.1
0.2.1-1
0.2.1-2
0.2.2
0.2.3
0.3.3
Jons-MacBook-Pro:polymer jbuck$ git checkout 0.3.4
error: pathspec '0.3.4' did not match any file(s) known to git.
@ebidel
Copy link
Contributor

ebidel commented Jul 17, 2014

Try using bower install Polymer/polymer instead. We've been known to
neglect updating the version of polymer in /components :)
On Jul 17, 2014 9:31 AM, "Jon Buckley" [email protected] wrote:

I can't install polymer 0.3.4. My console log:

Jons-MacBook-Pro:test jbuck$ bower install polymer#0.3.4
bower polymer#0.3.4 not-cached git://github.com/components/polymer.git#0.3.4
bower polymer#0.3.4 resolve git://github.com/components/polymer.git#0.3.4
bower polymer#0.3.4 ENORESTARGET No tag found that was able to satisfy 0.3.4

Additional error details:
Available versions: 0.3.3, 0.2.3, 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
Jons-MacBook-Pro:test jbuck$ git clone git://github.com/components/polymer.git
Cloning into 'polymer'...
remote: Reusing existing pack: 273, done.
remote: Total 273 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (273/273), 921.63 KiB | 0 bytes/s, done.
Resolving deltas: 100% (150/150), done.
Checking connectivity... done.
Jons-MacBook-Pro:test jbuck$ cd polymer/
Jons-MacBook-Pro:polymer jbuck$ git tag
0.0.20130711
0.0.20130801
0.0.20130808
0.0.20130815
0.0.20130816
0.0.20130829
0.0.20130905
0.0.20130912
0.0.20131003
0.0.20131010
0.0.20131025
0.0.20131107
0.1.0
0.1.1
0.1.2
0.1.3
0.1.4
0.2.0
0.2.1
0.2.1-1
0.2.1-2
0.2.2
0.2.3
0.3.3
Jons-MacBook-Pro:polymer jbuck$ git checkout 0.3.4
error: pathspec '0.3.4' did not match any file(s) known to git.


Reply to this email directly or view it on GitHub
#643.

@jbuck
Copy link
Author

jbuck commented Jul 17, 2014

Aha! Thanks for pointing that out, it's working now.

@jbuck jbuck closed this as completed Jul 17, 2014
@secretrobotron
Copy link

Is this in docs?

@ebidel
Copy link
Contributor

ebidel commented Jul 17, 2014

Yes. Anytime you see a bower command in the docs, it's the github shorthand.
On Jul 17, 2014 9:50 AM, "Bobby Richter" [email protected] wrote:

Is this in docs?


Reply to this email directly or view it on GitHub
#643 (comment).

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

3 participants