Skip to content

Instantly share code, notes, and snippets.

View RobertRajcool's full-sized avatar
🎯
Focusing

Robert Raj RobertRajcool

🎯
Focusing
  • Chennai
View GitHub Profile
@RobertRajcool
RobertRajcool / electron-sqlite3.md
Created December 4, 2017 13:44 — forked from craigvantonder/electron-sqlite3.md
Electron SQLite3 Integration

Electron SQLite3 Integration

When trying to use the node-sqlite3 module in Electron I got the error:

Error: Cannot find module '/path/to/my/application/node_modules/sqlite3/lib/binding/electron-v1.4-linux-x64/node_sqlite3.node'

Using Ubuntu 16.04 with Node 7.1.0 and Electron 1.4.12.

I read the following: