develephant / ngElectron

The ngElectron service for AngularJS making it easier to interface with Electron.
Other
59 stars 15 forks source link

Cannot find module browser-window error #7

Closed justmaho closed 8 years ago

justmaho commented 8 years ago

Trying to send a message from electron to angularjs using

const angular = require('../client/js/lib/ng-electron/ng-bridge'); angular.send(data);

there's an error

Uncaught error: Cannot find module 'browser-window

develephant commented 8 years ago

It's due to renaming changes in Electron. Will fix.

Cheers.