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

Can't get polymer 0.2.3 via bower (now) #481

Closed
ragingwind opened this issue Apr 25, 2014 · 5 comments
Closed

Can't get polymer 0.2.3 via bower (now) #481

ragingwind opened this issue Apr 25, 2014 · 5 comments

Comments

@ragingwind
Copy link
Contributor

I couldn't get polymer 0.2.3 now. bower has indicated 0.2.2 as latest version. Here is a info of polymer at bower.

bower info polymer
bower cached git://github.com/components/polymer.git#0.2.2
bower validate 0.2.2 against git://github.com/components/polymer.git#*

{
name: 'polymer',
description: 'Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.',
homepage: 'http://www.polymer-project.org/',
keywords: [
'util',
'client',
'browser',
'web components',
'web-components'
],
author: 'Polymer Authors [email protected]',
version: '0.2.2',
main: [
'polymer.js'
],
dependencies: {
platform: 'Polymer/platform#0.2.2'
}
}

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
@addyosmani
Copy link
Member

Confirmed 0.2.2 is the current version on Bower. cc @azakus

@dfreedm
Copy link
Member

dfreedm commented Apr 25, 2014

Ugh, bower still hasn't fixed the path to point to Polymer/polymer.

@ragingwind
Copy link
Contributor Author

Polymer 0.2.3 is the current version on bower. But polymer#0.2.3 has been using platform#0.2.2. is it right? When i was tested 3 day ago. polymer#0.2.3 was using platform #0.2.3

@dfreedm
Copy link
Member

dfreedm commented Apr 27, 2014

Whoops, sorry about that. Please clear the bower cache for polymer and try again:
bower cache clean polymer; bower update

@ragingwind
Copy link
Contributor Author

It works thanks @azakus

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