ERROR: Uncaught TypeError: binary.find is not a function

Hi @all.

My app is on Ionic+Angular. Also, it’s using Sqlite3 module.
When I run the command, ionic-serve, I get an error like the title of this topic.

sqlite3.js:4 Uncaught TypeError: binary.find is not a function
at Object…/node_modules/sqlite3/lib/sqlite3.js (sqlite3.js:4)
at webpack_require (bootstrap:84)
at Object…/node_modules/ocore/sqlite_pool.js (sqlite_pool.js:18)
at webpack_require (bootstrap:84)
at Object…/node_modules/ocore/db.js (db.js:21)
at webpack_require (bootstrap:84)
at Object…/node_modules/ocore/chat_storage.js (chat_storage.js:3)
at webpack_require (bootstrap:84)
at Module…/src/app/services/ocore/event.service.ts (bwc.service.ts:7)
at webpack_require (bootstrap:84)

I would like to go with that command for rapid development.
I would like to hear your thought.

Thank you.

Please continue the discussion in this thread.