You are not logged in.
Hi everyone,
after the latest update, the ghost service doesn't start anymore. ![]()
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 versionIs there a way to fix that manually?
€dit: Fixed it myself
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