Ghost-App
Ghost-App copied to clipboard
Problem with node version
I use latest node (0.12.7) and npm v2.11.3. When I try to install ghost-app, I get following error:
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":"0.10.*"}
npm ERR! notsup Actual: {"npm":"2.11.3","node":"0.12.7"}
Any ideas?
Hi @denyskoch This is an issue with the currently latest released version of this module. The master branch is compatible with node 0.12. You can either reference the master in your package.json or manually install [email protected] and ignore the error/warning.