Hi.. I was trying to run the basic tutorial and keep getting this error:
jross@jamie-Freya:~/hello-world$ node index.js
util.js:972
throw new TypeError('The super constructor to "inherits" must not ' +
^
TypeError: The super constructor to "inherits" must not be null or undefined
at Object.exports.inherits (util.js:972:11)
at Object.<anonymous> (/home/jross/hello-world/node_modules/spdy/lib/spdy/connection.js:86:6)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/home/jross/hello-world/node_modules/spdy/lib/spdy.js:20:19)