develephant / ngElectron

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

including ng-electron.js causes error "Uncaught Error: Cannot find module 'diskdb'" #6

Closed dorgan closed 8 years ago

dorgan commented 8 years ago

Simple putting ng-electron.js in an application is causing the following error:

"Uncaught Error: Cannot find module 'diskdb'"

I think this is because ng-electron is expecting diskdb to be setup, but there are no details on how to configure this dependancy.

ArekSredzki commented 8 years ago

:+1:

rafaelvieiras commented 8 years ago

I have the same problem. I fixed this fast and temporary with "npm install diskdb --save" in electron project. But, the ideal is make a validation if diskdb is installed or not.

matheusgrieger commented 8 years ago

I'm getting this error as well, would like to know how to solve it.

dorgan commented 8 years ago

Legate the resolution to this?

On Friday, April 29, 2016, develephant notifications@github.com wrote:

Closed #6 https://github.com/develephant/ngElectron/issues/6.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/develephant/ngElectron/issues/6#event-645447749

dorgan commented 8 years ago

*whats the resolution to this?

matheusgrieger commented 8 years ago

Looking at the latest commit, DiskDB was removed.