Skip to content
代码片段 群组 项目
faq.md 255 字节
更新 更旧
# Frequently Asked Questions

Timotej Ecimovic's avatar
Timotej Ecimovic 已提交

**Q: I get an error "sqlite3_node" not found or something like that.**

**A:** You need to rebuild your native sqlite3 bindings.
To fix this, run:

- `npm install`
- `./node_modules/.bin/electron-rebuild -w sqlite3 -p`