Sqlite3 error in ghost 4.2.2

Hello, I using ghost 4.2.2. when i try installing it on windows 10 locally. it shows me error:

1) GhostError

Message: Ghost was able to start, but errored during boot with: Knex: run
$ npm install sqlite3 --save
Cannot find module 'sqlite3'
Require stack:
- E:\rafid\personal\ghost\versions\4.2.2\node_modules\knex\lib\dialects\sqlite3\index.js
- E:\rafid\personal\ghost\versions\4.2.2\node_modules\knex\lib\config-resolver.js
- E:\rafid\personal\ghost\versions\4.2.2\node_modules\knex\lib\knex.js
- E:\rafid\personal\ghost\versions\4.2.2\node_modules\knex\lib\index.js
- E:\rafid\personal\ghost\versions\4.2.2\node_modules\knex\knex.js
- E:\rafid\personal\ghost\versions\4.2.2\node_modules\knex-migrator\lib\database.js
- E:\rafid\personal\ghost\versions\4.2.2\node_modules\knex-migrator\lib\index.js
- E:\rafid\personal\ghost\versions\4.2.2\core\server\data\db\state-manager.js
- E:\rafid\personal\ghost\versions\4.2.2\core\boot.js
- E:\rafid\personal\ghost\versions\4.2.2\ghost.js
- E:\rafid\personal\ghost\versions\4.2.2\index.js

Debug Information:
    OS: Microsoft Windows 10 Pro, v10.0.17133
    Node Version: v14.16.1
    Ghost Version: 4.2.2
    Ghost-CLI Version: 1.16.3
    Environment: development
    Command: 'ghost install local'

What should i do now? Please help me.

Hi,

Answer here : Ghost 4.x + SQlite3 : Support - #4 by Whys

Run

Npm install sqlite3 --save

Issue seems to be related to Node version 14.
:wink: