-
-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NWJS build not working #654
Comments
did you build the sqlite3 like this ? In windows you’ll need to replace the file from nwjs document: |
I already tried it and still giving me the error. Any ideas? |
Also trying to rebuild with the nw-gwp and gives me an error: |
The sqlite3 module works with Node.js v0.10.x, v0.12.x, v4.x, and v5.x. |
@mangaga I'm trying to build it for 0.13.0 and still no succes, same Stack Error. |
Here's the stack: |
ok,I’ll descript my building step: my computer configuration: 1、install node module node-gyp : if success, then you can use sqlite3 on nwjs or node.js ok, good luck! |
I finally made the build. I reinstalled Visual Studio 2015 and added some lines of code to the MSVSVersion.py like here: For MSVS 2015. Thanks for your help! |
nwjs is not yet supported, main ticket is #497 |
Is there any plans to support NWJS? @tmcw |
Hi guys! I'm having issues running Sqlite3 on NWJS. I was using knex with sqlite3, but it crashes my app, but if i try to use sqlite3 directly, it says that it's not found.
So i tried everything to rebuild and it's giving me a huge stack or errors. I can post the stack if you guys need it.
Currently using NWJS 0.15.0 and WIndows 10 machine.
The text was updated successfully, but these errors were encountered: