yeoman / yeoman-app

A desktop app that scaffolds projects using Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No generators appear on app start

techmsi opened this issue · comments

On node v4.2.2 (npm v2.14.7), I run npm start, electron app loads, a list of my installed generators is logged to the console but nothing appears in the window.

{ name: 'generator-angular',
       version: '0.14.0',
       description: 'Yeoman generator for AngularJS',
       isCompatible: false,
       officialGenerator: false },
     { name: 'generator-chrome-extension',
       version: '0.4.4',
       description: 'Scaffold out a Chrome extension',
       isCompatible: true,
       officialGenerator: false },

The html appears empty:

<main id="content"></main>

empty2015-12-10

Hi @techmsi,

thanks for reporting. This issue is affected by the material-ui changes see #90. @ruyadorno is already on it.

If you like, checkout @ruyadorno fix branch https://github.com/ruyadorno/yeoman-app/tree/update-material-ui-fix-88 in the meantime.