When I run ghost start command the out put is
C:\ghost>ghost start
Found a development config but not a production config, running in development mode instead
√ Checking current folder permissions
√ Validating config
√ Checking memory availability
√ Checking binary dependencies
× Starting Ghost: ghost-local
A GhostError occurred.
Message:
C:\ghost\versions\3.41.2\node_modules\knex\lib\client.js:235
throw new Error(${message}\n${e.message}
);
^
Error: Knex: run
$ npm install sqlite3 --save
Cannot find module ‘sqlite3’
Require stack:
- C:\ghost\versions\3.41.2\node_modules\knex\lib\dialects\sqlite3\index.js
- C:\ghost\versions\3.41.2\node_modules\knex\lib\knex.js
- C:\ghost\versions\3.41.2\node_modules\knex\lib\index.js
- C:\ghost\versions\3.41.2\node_modules\knex\knex.js
- C:\ghost\versions\3.41.2\core\server\data\db\connection.js
- C:\ghost\versions\3.41.2\core\server\index.js
- C:\ghost\versions\3.41.2\core\index.js
- C:\ghost\versions\3.41.2\index.js
at Client_SQLite3.initializeDriver (C:\ghost\versions\3.41.2\node_modules\knex\lib\client.js:235:13)
at Client_SQLite3.Client (C:\ghost\versions\3.41.2\node_modules\knex\lib\client.js:69:10)
at new Client_SQLite3 (C:\ghost\versions\3.41.2\node_modules\knex\lib\dialects\sqlite3\index.js:17:10)
at Knex (C:\ghost\versions\3.41.2\node_modules\knex\lib\knex.js:53:28)
at Object. (C:\ghost\versions\3.41.2\core\server\data\db\connection.js:34:20)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19)
at require (internal/modules/cjs/helpers.js:88:18)
at isDatabaseInitialisationRequired (C:\ghost\versions\3.41.2\core\server\index.js:187:16)
at makeGhost (C:\ghost\versions\3.41.2\core\index.js:13:12)
at Object. (C:\ghost\versions\3.41.2\index.js:27:1)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1092:10)
Debug Information:
OS: Microsoft Windows 10 Pro, v10.0.18363
Node Version: v14.15.4
Ghost Version: 3.41.2
Ghost-CLI Version: 1.15.3
Environment: development
Command: ‘ghost start’
Additional log info available in: C:\Users\Snehajit Khara.ghost\logs\ghost-cli-debug-2021-01-29T07_38_49_358Z.log
Try running ghost doctor to check your system for known issues.
You can always refer to Ghost-CLI - A fully loaded tool for installation and configuration for troubleshooting.
C:\ghost>
Which node version are you using?
Is it localhost?
Node- v14.15.4
Ghost- 3.41.2
Use Node v12.x
You can install ghost
Thank you so much