-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Preparing NodeJS windows executable with better-sqlite3 dependency #534
Comments
Chandan-Adiga-EMRx
changed the title
Exporting Application build with better-sqlite3 dependency
Preparing NodeJS windows executable with better-sqlite3 dependency
Jan 11, 2021
I am also facing same issue
|
We were able to resolve the dependency for gulp build using below methods.
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: Windows 10 (64bit)
NodeJS version: V-14.15.1
better-sqlite3 version: 7.1.1
We are using gulp to build and prepare windows executable(EXE) file for our NodeJS webapp.
Recently we have migrated from node-sqlite3 to better-sqlite3. we are also able to install better-sqlite3 successfully on windows and our backend with better-sqlite3 performing better! Thank you!!
Earlier, we have resolved node-sqlite3 dependency using below gulp file task
Now, we are not sure how to resolve better-sqlite3 dependency to prepare windows executable(For same platoforms i.e windows 10 64bit). Appreciate any help in resolving this dependency.
Thanks,
Chandan
The text was updated successfully, but these errors were encountered: