Hi, I’d really appreciate help with this error. I’m trying to run Ghost locally to do some Theme development. But Ghost won’t run.
I have the following:
OS: macOS, v12.3.1
Node Version: v16.15.1
Ghost Version: 5.2.4
Ghost-CLI Version: 1.21.0
Environment: development
Command: ‘ghost start’
I'm getting the dreaded error:
Checking system Node.js version - found v16.15.1
Checking current folder permissions
Validating config
Checking memory availability
Checking binary dependencies
Starting Ghost: ghost-local
A GhostError occurred.
Message: Ghost was able to start, but errored during boot with: Knex: run
$ npm install sqlite3 —save
Cannot find module ‘sqlite3’
I have seen others with this issue but the solutions seem one-off or version-specific.
I appear to have sqlite3:
SQLite version 3.35.4 2021-04-02 15:20:15
I am running this on an M1 chip and I’ve seen issues with NodeJS however I’m running a version that is compatible with Apple M1 (v16+).
Is there a solution?
Thank you!