develephant / Amy

AngularJS - Material Design - Electron Starter.
Other
36 stars 11 forks source link

a change and a question #2

Closed obedm503 closed 8 years ago

obedm503 commented 8 years ago

First of the "ipc" module is deprecated and should be changed to ("electron").ipcMain

Also, when trying to run the app with electron, an error comes up saying that the app provided is not a valid Electron app, and points me to the docs then it says Error: Cannont find module './client/lib/ng-electon/ng-bridge'

obedm503 commented 8 years ago

solved it by doing bower install on the client folder

develephant commented 8 years ago

Hi,

Yes indeed some items need to be updated to reach parity with the current version of Electron. Will be updating shortly. Thanks for reporting.