You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Run npm rebuild in your project dir, that'll fix the issue. The problem is for some reason sqlite3 was not built properly on your machine, so you don't have a binding folder in node_modules/sqlite3/lib/binding.
Hi,
I'm trying to use this project in my app but having a hard time getting the basics set up.
I'm following the install guide on https://github.com/simov/express-admin-examples
sqlite3
moduleI'm running Node v10.6.0
and I checked that I do have sqlite3 installed.
here's the package.json
I've tried searching online but nothing seems to solve it. Could you advise what I might have done wrong here?
Thanks and appreciate your help on this. Let me know if you need anything to debug this issue.
The text was updated successfully, but these errors were encountered: