-
Notifications
You must be signed in to change notification settings - Fork 55
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 Failure - Cannot read property 'prototype' of undefined #20
Comments
I am seeing this problem too on RHEL 6. I believe the error is occurring in the lib/modules/es-proxy.js code, but I'm not sure how to progress it. I note that the dependency is on v1.3.0 of the http-proxy code, and the current version is v1.11.1, looks like the API has changed too. I'll keep looking. |
ubuntu 14.10 same error: warn: --minUptime not set. Defaulting to: 1000ms
|
Hi. I got it working! :-) I wrote a small express app with a dependency on http-proxy version 1.3.0. It crashed with the same error. I found that by removing the dependency on http-proxy 1.3.0 in the package.json file, and updating it to version 1.11.1, everything works. Hope this helps. I'll submit a pull request as soon as I can. |
We can see https://travis-ci.org/OpenSOC/opensoc-ui/builds/58856546 how to success. |
I am following the "Development" instructions. I am able to launch the Ubuntu image through Vagrant, but the tests fail when I attempt to run them. I see a similar error when I attempt to launch the server.
Test Failure
Launch Server Failure
The text was updated successfully, but these errors were encountered: