yeoman / yeoman-app

A desktop app that scaffolds projects using Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"CLICK HERE TO LEARN MORE ABOUT IT" button doesn't works

danilosampaio opened this issue · comments

yeoman-app-error

onCompatibilityLinkClicked() is not being called when the compatibility-link-clicked event is dispatched.

System details:

OS: Ubuntu 15.04
Node: v0.12.4

Console logs:

[4931:0809/140412:INFO:CONSOLE(109)] "Download the React DevTools for a better development experience: https://fb.me/react-devtools", source: /home/danilo/Desenvolvimento/nodejs/yeoman-app/node_modules/react/lib/React.js (109)
[4931:0809/140412:INFO:CONSOLE(48)] "Warning: Failed propType: Invalid prop `openOnMount` of type `string` supplied to `Snackbar`, expected `boolean`. Check the render method of `CompatibilityWarning`.", source: /home/danilo/Desenvolvimento/nodejs/yeoman-app/node_modules/react/lib/warning.js (48)
[4931:0809/140413:INFO:CONSOLE(0)] "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.", source:  (0)
[4931:0809/140413:INFO:CONSOLE(775)] "rendered file:///home/danilo/Desenvolvimento/nodejs/yeoman-app/static/less/main.less successfully.", source: file:///home/danilo/Desenvolvimento/nodejs/yeoman-app/node_modules/less/dist/less.js (775)
[4931:0809/140413:INFO:CONSOLE(775)] "css for file:///home/danilo/Desenvolvimento/nodejs/yeoman-app/static/less/main.less generated in 194ms", source: file:///home/danilo/Desenvolvimento/nodejs/yeoman-app/node_modules/less/dist/less.js (775)
[4931:0809/140413:INFO:CONSOLE(775)] "less has finished. css generated in 194ms", source: file:///home/danilo/Desenvolvimento/nodejs/yeoman-app/node_modules/less/dist/less.js (775)
[4950:0809/140413:ERROR:gles2_cmd_decoder.cc(11539)] [GroupMarkerNotSet(crbug.com/242999)!:D038152F020D0000]GL ERROR :GL_INVALID_OPERATION : glTexStorage2DEXT: <- error from previous GL command
YO-Process { action: 'generator:init', args: [] }
APP { event: 'generator:installed-generators',
  data: 
   [ { name: 'generator-angular',
       version: '0.12.1',
       description: 'Yeoman generator for AngularJS',
       isCompatible: false,
       officialGenerator: false },
     { name: 'generator-angular-express-sequelize',
       version: '0.1.13',
       description: 'A Yeoman generator for AngularJS + Express + Sequelize',
       isCompatible: false,
       officialGenerator: false },
     { name: 'generator-karma',
       version: '1.0.0',
       description: 'Yeoman generator for Karma',
       isCompatible: true,
       officialGenerator: false },
     { name: 'generator-nm',
       version: '1.4.1',
       description: 'Scaffold out a node module',
       isCompatible: true,
       officialGenerator: false } ] }
[4931:0809/140413:INFO:CONSOLE(48)] "Warning: Unsupported style property white-space. Did you mean whiteSpace?", source: /home/danilo/Desenvolvimento/nodejs/yeoman-app/node_modules/react/lib/warning.js (48)
[4931:0809/140413:INFO:CONSOLE(48)] "Warning: Unsupported style property text-overflow. Did you mean textOverflow?", source: /home/danilo/Desenvolvimento/nodejs/yeoman-app/node_modules/react/lib/warning.js (48)
[4931:0809/140413:INFO:CONSOLE(48)] "Warning: Any use of a keyed object should be wrapped in React.addons.createFragment(object) before being passed as a child.", source: /home/danilo/Desenvolvimento/nodejs/yeoman-app/node_modules/react/lib/warning.js (48)