yeoman / generator-polymer

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

generator-polymer-plus breaks without 'node-fs-extra' and 'sugar' for me #250

Closed Nejat closed 8 years ago

Nejat commented 8 years ago

these two packages are listed as dev dependencies so they do not install through npm

using yo polymer-plus causes an Error: Cannot find module statement for node-fs-extra and sugar

i was able to successfully run the generator after installing both packages globally

incidentally yo polymer does not have this issue

* note - i uninstalled, cleared the cache & reinstalled the generator, before finding out these are listed are dev dependencies and the fix was to install the packages manually

robdodson commented 8 years ago

What is yo polymer-plus? That's not a command we support I don't think On Dec 4, 2015 6:46 AM, "Nejat" notifications@github.com wrote:

these two packages are listed as dev dependencies so they do not install through npm

using yo polymer-plus causes an Error: Cannot find module statement for node-fs-extra and sugar

i was able to successfully run the generator after installing both packages globally

incidentally yo polymer does not have this issue

  • note - i uninstalled, cleared the cache & reinstalled the generator, before finding out these are listed are dev dependencies and the fix was to install the packages manually
    • mac os x 10.11.1
    • node v5.1.0
    • npm v3.5.0

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

Nejat commented 8 years ago

ok thanks, i'll ignore the generator in that case. I thought it was officially support

* fyi, it's listed as an official supported yeoman generator, listed as "by: Chrome Developer Relations" and it points back to this repository which is why I posted here.

screen shot 2015-12-04 at 11 57 25 am

robdodson commented 8 years ago

oh what the heck...

robdodson commented 8 years ago

cc @addyosmani