-
Notifications
You must be signed in to change notification settings - Fork 2k
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
problems trying 0.5.3-rc #1117
Comments
Actually, trying 0.5.2 also seems to result in bower asking for a resolution :
I wonder how to find out which element is requiring such an old version as indicated in option 1? |
ah, the problem was :
which was at 0.3.3 and needed older versions, when I switched to 0.4.3 then it doesn't ask for resolutions. In fact, when I do Closing. |
I am trying to update project from a hodge-podge of versions of polymer core and paper elements to something orderly. I think 0.8 isn't ready yet and might be more effort, so I looked at the tags on polymer and saw 0.5.3-rc. Presuming 'rc' is release candidate, and noticing that all the core and paper elements also had that tag, I decided to give that a try.
Unfortunately, it still seems to result in a confusing mixture of versions.
If I simply 'mkdir tmp && cd tmp && bower install Polymer/polymer#~0.5.3-rc', I see that it installed 'core-component-page#0.5.2' and also 'webcomponentsjs#0.5.2'. I'm not sure why it installs core-component-page, and I'm not interested in webcomponentsjs at all (chrome is our only target); but I'm not sure why it is installing 0.5.2 rather than 0.5.3-rc.
Is there a way to test 0.5.3-rc versions of everything?
Is there a way to exclude webcomponentsjs?
Should I just stick to 0.5.2?
The text was updated successfully, but these errors were encountered: