Closed
Description
I'm submitting a...
- Bug report
- Feature request
- Question
Current behavior
Can't run or create migrations for sqlite3 on raspberry pi. Always get:
[ERROR] Error: No such driver found, please try to install it via npm install db-migrate-sqlite3 or npm install -g db-migrate-sqlite3
Expected behavior
[INFO] No migrations to run
[INFO] Done
Minimal reproduction of the problem with instructions
Tried installing db-migrate, db-migrate-sqlite3 and sqlite3 both locally and globally.
It works on development environment (ubuntu), but not on raspberry pi
What is the motivation / use case for changing the behavior?
Environment
db-migrate version: 0.11.1
db-migrate-sqlite3 with version: 0.2.1
Additional information:
- Node version: 8.9.4
- Platform: Raspberry pi (Raspbian)
Others:
- sqlite3 with version: 3.1.13