Description
I'm getting the following error, while running Hipache. Earlier version, which i installed 1 week back is working fine.
util.js:555
ctor.prototype = Object.create(superCtor.prototype, {
^
TypeError: Cannot read property 'prototype' of undefined
at Object.exports.inherits (util.js:555:43)
at Object. (/opt/hipache/node_modules/http-proxy/lib/http-proxy/index.js:111:17)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/opt/hipache/node_modules/http-proxy/lib/http-proxy.js:4:17)
at Module._compile (module.js:456:26)
Is it due to nodejs version ?