You are not logged in.

#1 2015-10-13 07:25:48

jascha
Member
From: Germany
Registered: 2014-03-26
Posts: 12

[SOLVED]Ghost doesn't work anymore after latest npm update

Hi everyone,
after the latest update, the ghost service doesn't start anymore. sad

Okt 13 09:08:09 systemd[1]: Started Ghost Blogging Platform.
Okt 13 09:08:10 npm[680]: > ghost@0.7.1 start /srv/ghost
Okt 13 09:08:10 npm[680]: > node index "/srv/ghost"
Okt 13 09:08:10 npm[680]: ERROR: Unsupported version of Node
Okt 13 09:08:10 npm[680]: Ghost needs Node version ~4.1.0 you are using version 4.2.0
Okt 13 09:08:10 npm[680]: Please go to http://nodejs.org to get a supported version

Is there a way to fix that manually?

€dit: Fixed it myself smile Just edit /srv/ghost/package.json and change

"node": "~4.1.0",

to

"node": "~4.2.0",

and then restart ghost service.

Last edited by jascha (2015-10-13 07:36:49)

Offline

Board footer

Powered by FluxBB