yeoman / yeoman-app

A desktop app that scaffolds projects using Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Uncaught (in promise) TypeError: Cannot read property 'x' of null"

HeshamAbdalla opened this issue · comments

The error is from the terminal while running npm start.

Also the Yeoman app never open and automagically open the dev tool and I saw those errors.

_materialUi2.default.Styles.themeManager is not a function.

in node_modules/less/dist/less.js, xhr.open('GET', url, async); is throwing Synchronous error.

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience.

Same issue on Xubuntu 15.10

👍 thanks for reporting, most likely a material-ui update issue

No problems that's what I thought.