I\'m trying to build one small desktop app using:
NodeJS will be used for scanning loc
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
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!