Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kainosnoema opened this issue Dec 14, 2011 · 2 comments
Closed

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

kainosnoema opened this issue Dec 14, 2011 · 2 comments

Comments

@kainosnoema
Copy link

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
Copy link
Member

maccman commented Dec 14, 2011

Yes, good point - will do.

@aeischeid
Copy link
Member

fixed in 4179d7f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants