yeoman-app
yeoman-app copied to clipboard
After installing, errors appear that prevent the app for working at all
Windows 10
...> npm -v
4.1.1
...> node -v
v7.4.0
Above are the errors I get after cloning the repo, running
npm install
(which I did not see any errors during the running of...) and then running npm start
. The window comes up, open the dev tools and presents these errors.
Same Issue here, Windows 10. :(
Same Issue here, Mac
It looks like the problem is with es6 syntax in the source code import insight from './utils/insight'
, do we need to first transpile it then run? any hint?
Also running into this on Mac. Has anyone looked into this?
This work for me, i hope so for you. #124