Ghost-App icon indicating copy to clipboard operation
Ghost-App copied to clipboard

Problem with node version

Open denyskoch opened this issue 10 years ago • 1 comments

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?

denyskoch avatar Jul 26 '15 09:07 denyskoch

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.

halfdan avatar Jul 26 '15 13:07 halfdan