janeberl Jan Eberl .de

ghost v0.11.4: Korrekte node-Version verwenden

ghost ist mittlerweile auf v0.11.4 gehoben. Wer sich wie ich kurz über den Status Code 231 beim Updatevorgang wundert: Checkt mal die node-Version. ghost droppt immer mal wieder ältere node-versionen raus.

npm ERR! Linux 2.6.32-642.6.2.el6.x86_64
npm ERR! argv "/package/host/localhost/nodejs-0.12.7/bin/node" "/package/host/localhost/nodejs-0.12.7/bin/npm" "install" "--production"
npm ERR! node v0.12.7
npm ERR! npm  v2.11.3
npm ERR! code ELIFECYCLE
npm ERR! ghost@0.11.4 preinstall: `node core/server/utils/npm/preinstall.js`
npm ERR! Exit status 231
npm ERR!
npm ERR! Failed at the ghost@0.11.4 preinstall script 'node core/server/utils/npm/preinstall.js'.
npm ERR! This is most likely a problem with the ghost package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node core/server/utils/npm/preinstall.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls ghost
npm ERR! There is likely additional logging output above.

Momentan wird node irgendwo zwischen 4.6 und 5.0 empfohlen.

Ghost 0.11.3

Ghost (Die Blogsoftware hier) hat ein Update auf Version 0.11.3 erfahren:

  • [New] Node v6 LTS support - Ghost now officially works with Node ^6.9.0
  • [Removed] Node v0.10.x support - Node v0.10 is no longer maintained
  • [Fixed] Issue where not all posts would be rescheduled after a restart
  • [Fixed] Several minor issues with the Casper default theme

Und ein paar andere Dinge. Unter Anderem Dependency Updates. Komplettes Changelog hier.