yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 150 forks source link

yo polymer:gh failed with error about bower core-dropdown #72

Closed ragingwind closed 10 years ago

ragingwind commented 10 years ago

I'm not sure here is correct. I've got an error when I tried to push gh-page using by yo polymer:gh command. see below. Just left only index.html after raised the error.

bower core-dropdown#>=0.4.0 <1.0.0                ENORESTARGET No tag found that was able to satisfy >=0.4.0 <1.0.0
Additional error details:
No versions found in git://github.com/Polymer/core-dropdown.git
[gh-pages (root-commit) b2615d2] seed gh-pages
 1 file changed, 1 insertion(+)
 create mode 100644 index.html

My element repo is https://github.com/ragingwind/yeoman-greeting-card

silentHoo commented 10 years ago

The same problem here. After I generated a new project, the following error occurs when I try to run bower install. Initially there are no bower components downloaded, neither the directory bower_components is created.

// ... more here ...
bower core-scroll-header-panel#>=0.4.0 <1.0.0     invalid-meta core-scroll-header-panel is missing "main" entry in bower.json
bower core-scroll-header-panel#>=0.4.0 <1.0.0     invalid-meta core-scroll-header-panel is missing "ignore" entry in bower.json
bower core-scroll-header-panel#>=0.4.0 <1.0.0         resolved git://github.com/Polymer/core-scroll-header-panel.git#0.4.0
bower core-dropdown#>=0.4.0 <1.0.0                ENORESTARGET No tag found that was able to satisfy >=0.4.0 <1.0.0

Additional error details:
No versions found in git://github.com/Polymer/core-dropdown.git
ragingwind commented 10 years ago

@silentHoo It looks like a bower problem.

robdodson commented 10 years ago

I'm looking into it. It looks like the bower.json for core-dropdown was updated 18 hours ago so that may have had something to do with it

On Thu, Sep 4, 2014 at 2:05 AM, Jimmy Moon notifications@github.com wrote:

@silentHoo https://github.com/silentHoo It looks like a bower problem.

— Reply to this email directly or view it on GitHub https://github.com/yeoman/generator-polymer/issues/72#issuecomment-54435881 .

robdodson commented 10 years ago

Fixed by https://github.com/Polymer/core-dropdown/issues/2

ragingwind commented 10 years ago

Great I could published my element to gh_page