Error during installation

upon installation latest version of ghost I get this error message.
Could anyone please help me on how to proceed

C:\webdev\ikoma>npm install ghost-cli -g
C:\Users\Parsifal\AppData\Roaming\npm\ghost -> C:\Users\Parsifal\AppData\Roaming\npm\node_modules\ghost-cli\bin\ghostst-cli\bin\ghost
+ ghost-cli@1.9.9
added 12 packages from 20 contributors and updated 1 package in 48.533s

C:\webdev\ikoma>ghost install local
internal/modules/cjs/loader.js:583
throw err;
^

Error: Cannot find module 'fs-extra'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)                                               .js:2:12)
at Object.<anonymous> (C:\Users\Parsifal\AppData\Roaming\npm\node_modules\ghost-cli\lib\bootstrap.js:2:12)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)

C:\webdev\ikoma>

can anyone please assist?

try updating your node version

sudo apt-get update
sudo apt-get upgrade

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.