I am currently using the following versions of node & express
(ubuntu):
node: 0.6.12
express: 2.5.8
I believe I am using connect v2.0.3
.
The error spawns from the http/https.js
file inside the express/lib/http.js
file (I am referencing http/https in my main app js file):
TypeError: Cannot read property 'prototype' of undefined
express/lib/http.js:50:35
Any thoughts would be welcome on how to resolve the issue - do I need to change the connect version being used or some other solution that can be used to resolve the issue.
Thanks.