leota / electron-angular4-sqlite3

Sample project to show how to build a desktop app using Electron, Angular 4 and Sqlite3
62 stars 33 forks source link

Maybe wrong path #5

Closed merby04 closed 6 years ago

merby04 commented 6 years ago

gambar

in my path directory to sqlite_node path gambar

leota commented 6 years ago

Why are you runnig npm install sqlite3 --save?? Sqlite is already included in the package.json, you only need npm install whithin root directory to install all needed packages

Ettemlevest commented 6 years ago

@x5c for windows you need to install electron-rebuild module and run ./node_modules/.bin/electron-rebuild to build the required native module for electron.js.

See https://github.com/electron/electron/blob/master/docs/tutorial/using-native-node-modules.md

merby04 commented 6 years ago

@Ettemlevest thats right guys, i think module was re generate