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: ghost-app@0.0.3
npm ERR! notsup Required: {"node":"0.10.*"}
npm ERR! notsup Actual: {"npm":"2.11.3","node":"0.12.7"}
Any ideas?