I’m trying to install Ghost Desktop 1.6.0 on an Ubuntu. Installation seems to work fine, but starting Ghost
results in an error:
$ uname -a
Linux kurt-yagram 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ node -v
v8.11.2
$ ghost -v
Ghost-CLI version: 1.8.0
$ Ghost
[21:33:16.578] [error] Window state keeper failed: Error: Cannot find module '../screen'
module.js:545
throw err;
^
Error: Cannot find module '../dialog'
at Module._resolveFilename (module.js:543:15)
at Function.Module._resolveFilename (/usr/lib/Ghost/resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._load (module.js:473:25)
at Module.require (module.js:586:17)
at require (internal/module.js:11:18)
at Object.get [as dialog] (/usr/lib/Ghost/resources/electron.asar/browser/api/exports/electron.js:11:16)
at process.<anonymous> (/usr/lib/Ghost/resources/electron.asar/browser/init.js:54:31)
at emitOne (events.js:116:13)
at process.emit (events.js:211:7)
at process._fatalException (bootstrap_node.js:383:26)
What’s missing?