How to make SQLite to work with Angular 4+, Electron and NodeJS

后端 未结 2 1769
迷失自我
迷失自我 2021-02-10 12:23

I\'m trying to build one small desktop app using:

  • Angular 4+
  • NodeJS
  • Electron
  • SQLite3

NodeJS will be used for scanning loc

相关标签:
2条回答
  • 2021-02-10 12:59

    I've just published a sample project which shows how to build a desktop app using Electron, Angular4 and Sqlite3. You can clone it here

    Note I've node-gyp globally installed.

    Hope it helps

    0 讨论(0)
  • 2021-02-10 13:02

    For what it might be worth to others. I had followed the steps from @leota (very good thank you BTW!).

    My problem is I had Python 2.7 x64 version, and I think it needed the 32 bit version.. as I installed the standard version, my rebuild process worked fine!

    0 讨论(0)
提交回复
热议问题