-
Notifications
You must be signed in to change notification settings - Fork 33
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
Tobi is broken in node 0.6.5 (at least for me) #71
Comments
This fixes the issue somewhat: Some tests are still failing though. |
Even the simplest examples seem to fail in node 0.6.5 for me, even with your commit. Are you seeing stuff work with that commit? UPDATE: whoops, never mind, problem on my end, working okay now. |
That commit worked for me. I also put together a bare-bones test case to reproduce this issue. |
+1 Patch worked for me too |
I cant even get jsdom to install for 0.6.x, either that or my npm is borked |
hmm worked for me on Mac OS X 10.7.3 and Ubuntu 11.04; node 0.6.7; npm 1.1.1. Also had to change the devDevependency line for express because the 2.3.X and 2.4.X are gone from npm, then everything installed fine:
|
BTW the above fix still causes timeouts in my tests. It looks like
|
secobarbital That worked perfect for me. Thanks |
I'm using Mac OS X 10.6.8
I also had to change
"express": "2.3.x"
to"express": ">= 2.3.0"
in devDependencies before doingnpm install
Maybe 0.6.X isn't supported yet, but I assume it should work because of this
"engines": { "node": ">= 0.4.x < 0.7.0"
inpackacke.json
The text was updated successfully, but these errors were encountered: