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

后端 未结 2 1771
迷失自我
迷失自我 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 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!

提交回复
热议问题