-
Notifications
You must be signed in to change notification settings - Fork 112
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
Does not work with node 0.10 #588
Comments
Thanks for the feedback. This is an known issue. We don't have spent effort on node 0.10 yet, but this is definitely something we will do soon. From: Gal Niv <[email protected]mailto:[email protected]> ql.io does not appear to work properly with node 0.10. Using the latest version of node (0.10.4), I followed the instructions to clone ql.io-template and install/run the stand alone server. The install process completed with a number of warnings: npm WARN engine [email protected]:[email protected]: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.4","npm":"1.2.18"}) When running the app using start.sh, the server started but issued more warnings: TypeError: Cannot read property 'port' of null I then ran a simple script: create table gravatar And received the following response: { Following the exact same steps with node 0.8.19 (starting from scratch in a clean directory), however, returns the proper response: { — |
Hi, any update? |
I too am in need of a 0.10.x compatible version. |
+1 |
ql.io does not appear to work properly with node 0.10.
Using the latest version of node (0.10.4), I followed the instructions to clone ql.io-template and install/run the stand alone server. The install process completed with a number of warnings:
When running the app using start.sh, the server started but issued more warnings:
I then ran a simple script:
And received the following response:
Following the exact same steps with node 0.8.19 (starting from scratch in a clean directory), however, returns the proper response:
The text was updated successfully, but these errors were encountered: