alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
226 stars 105 forks source link

does not work with node 0.8.0 #3

Closed imhotep closed 11 years ago

imhotep commented 12 years ago

pm ERR! notsup Unsupported npm ERR! notsup Not compatible with your version of node/npm: xcode@0.3.4 npm ERR! notsup Required: {"node":"~0.6.7"} npm ERR! notsup Actual: {"npm":"1.1.32","node":"0.8.0"}

npm ERR! System Darwin 11.4.0 npm ERR! command "node" "/opt/local/bin/npm" "install" npm ERR! cwd /Users/akadri/Projects/cordova/pluginstall npm ERR! node -v v0.8.0 npm ERR! npm -v 1.1.32 npm ERR! code ENOTSUP npm ERR! message Unsupported

pmuellr commented 12 years ago

What happens when you remove the "engines" property from package.json?

https://github.com/alunny/node-xcode/blob/master/package.json#L10-12

alunny commented 11 years ago

yeah this was a package.json issue - fixed now