arboleya / electrify

Package your Meteor apps with Electron, and butter
MIT License
247 stars 52 forks source link

Method was not defined #59

Open michaelb-01 opened 8 years ago

michaelb-01 commented 8 years ago

My app runs great with electrify, but as a simple test I tried using the example electron method from the "Meteor x Electron integration" section. But when I try and call the method I get: "method hello.world was not defined"

If I wrap the call in Electrify.startup(function(){ then it doesn't return anything

fyi i'm using Meteor 1.3.4.1 with Angular2

ethanwillis commented 8 years ago

I can help you debug this issue if needed. Do you have code available that I could look at? I'm interested in your .electrify/index.js and where you call the Electrify object in your meteor app code.