wojtkowiak / meteor-desktop

Build a Meteor's desktop client with hot code push.
MIT License
448 stars 81 forks source link

Blank app when starting using `npm run desktop` #276

Closed mexin closed 3 years ago

mexin commented 4 years ago

I'm having issues as when trying to run my meteor app it appears blank, have the following errors on the console

Screenshot from 2020-06-17 21-33

tried adding all the depdencies on the setting.json like this, but to no avail I still have the same issue

Screenshot from 2020-06-17 21-35

any insights that I missed? Seems its the imports I have here Screenshot from 2020-06-17 21-38

it runs fine on the browser btw.

Thanks for helping!