Ivshti / linvodb3

Persistent database for Node.js/NW.js/Electron with MongoDB/Mongoose-like features and interface on top of LevelUp
MIT License
747 stars 71 forks source link

Integration problems in enectron #99

Open fullee opened 6 years ago

fullee commented 6 years ago

Operating environment

image

The following is devtools error message

Uncaught 
err
cause
:
undefined
message
:
"Failed to require LevelDOWN (A dynamic link library (DLL) initialization routine failed.
↵\\?\C:\Users\full\Desktop\electron-start\electron-quick-start\node_modules\leveldown\build\Release\leveldown.node). Try `npm install leveldown` if it's missing"
name
:
"LevelUPError"
stack
:
"LevelUPError: Failed to require LevelDOWN (A dynamic link library (DLL) initialization routine failed.
↵\\?\C:\Users\full\Desktop\electron-start\electron-quick-start\node_modules\leveldown\build\Release\leveldown.node). Try `npm install leveldown` if it's missing↵    at requireError (C:\Users\full\Desktop\electron-start\electron-quick-start\node_modules\levelup\lib\leveldown.js:37:10)↵    at getLevelDOWN (C:\Users\full\Desktop\electron-start\electron-quick-start\node_modules\levelup\lib\leveldown.js:31:11)↵    at LevelUP.open (C:\Users\full\Desktop\electron-start\electron-quick-start\node_modules\levelup\lib\levelup.js:112:34)↵    at new LevelUP (C:\Users\full\Desktop\electron-start\electron-quick-start\node_modules\levelup\lib\levelup.js:84:8)↵    at LevelUP (C:\Users\full\Desktop\electron-start\electron-quick-start\node_modules\levelup\lib\levelup.js:45:44)↵    at Function.Model.initStore (C:\Users\full\Desktop\electron-start\electron-quick-start\node_modules\linvodb3\lib\model.js:79:100)↵    at new Model (C:\Users\full\Desktop\electron-start\electron-quick-start\node_modules\linvodb3\lib\model.js:52:35)↵    at Object.<anonymous> (C:\Users\full\Desktop\electron-start\electron-quick-start\renderer.js:2:10)↵    at Object.<anonymous> (C:\Users\full\Desktop\electron-start\electron-quick-start\renderer.js:23:3)↵    at Module._compile (module.js:642:30)"
type
:
"LevelUPError"
__proto__
:
Error
fullee commented 6 years ago

Just now, it was solved by changing to medeadown.

jnosornov commented 4 years ago

@Ivshti I guess, this one can be closed!