spine / spine.app

Spine App generator
109 stars 26 forks source link

spine.app apps require Node v0.6.x #19

Closed kainosnoema closed 11 years ago

kainosnoema commented 12 years ago

After trying for the longest time to get npm install to run for an app generated by spine.app, I realized that one of its dependancies (strata v0.8.1, a dependency of serveup) requires Node v0.6.x (I was using v0.4.8). This practically means that serveup and spine.app require Node v0.6.x as well.

Since npm doesn't recursively resolve the Node version requirement (the error is very cryptic), it might be helpful to specify the minimum required Node engine in package.json so that it won't even install without the proper version.

maccman commented 12 years ago

Yes, good point - will do.

aeischeid commented 11 years ago

fixed in https://github.com/spine/spine.app/commit/4179d7f54ac8047022ff8d12921959c028951df4