-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Test fail with finalhandler > 0.2.0 #1059
Comments
What connect branch is this? The versions of finalhanlder are pinned and I don't think the tests are currently failing. Maybe it's the version of node? What version of node are you using? |
I'm going to close this for now, because there are no released connect versions that are compatible with finalhandler 0.3.0, which is why tests may fail. 0.x series of releases in semver mean they are unstable and can have breaking changes at any time. In finalhandler, there was a subtle breaking change between 0.2.x and 0.3.0, which may be the reason. Since connect is not (yet) compatible with 0.3.0, this is a non-issue, since connect explicitly depends on 0.2.0. I'm not sure how you got a 0.3.0 finalhandler in your node_module folder, but you can just delete your node_module and just run a install to fix it: $ cd /home/l3on/Sources/maintaining/nodejs/node-connect/node-connect
$ rm -rf node_modules/
$ npm install That should re-install your modules based on the requirements of connect for you. |
In the end, the test failure is because |
Hi,
with finalhandler v0.3.0 this test fails:
I'm not pretty sure if it's more related to finalhandler then connect...
The text was updated successfully, but these errors were encountered: