-
Notifications
You must be signed in to change notification settings - Fork 66
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
App crashes when I try to connect to it over browser #30
Comments
It looks like the express package has a new release which causes the above. Hardcode 'express' in packages.json to 3.12.0 and it should work. |
I get the same error and hardcoding 'express' to 3.12.0 in packages.json had no effect. Any other ideas? |
What version of express is shown when you run |
Running |
I just encountered this bug too, hardcoding to 3.12.0 and running |
Same for me too. Thanks for the solution. |
Hi:
I followed the instructions on the github page. When I run "node app.js" I get the follwing:
➜ kibana-authentication-proxy git:(master) ✗ node app.js
Could you please help troubleshoot this issue
The text was updated successfully, but these errors were encountered: