Hi, I am using sqlite3 in my ts Nodejs project, I am getting the bindings error for trigger.dev,
The package is "sqlite3": "^5.1.7",
"@types/sqlite3": "^3.1.11",
I have checked online, binding error is a common problem on servers while using sqlite3, and the general solutions are the rm the node modules and install again, npm i bindings.
I have tried these but the trigger.dev when run locally is throwing this error.
Error: Could not locate the bindings file. Tried: .....
Any ideas?