尝试运行一个例子吞噬的问题 – “inheritance`的超级构造函数不能为空或未定义。

我正在尝试运行一个示例 ,但是当我尝试吞咽时出现以下错误。 我对节点很新,所以任何方向或帮助将非常感激。 安装似乎没有任何问题。

$ nvm exec 4.2.2 gulp Running node v4.2.2 (npm v2.14.7) util.js:756 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:756:11) at Object.<anonymous> ([working directory path]/node_modules/browser-sync/node_modules/http-proxy/lib/http-proxy/index.js:108:17) at Module._compile (module.js:435:26) at Object.Module._extensions..js (module.js:442:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Module.require (module.js:366:17) at require (module.js:385:17) at Object.<anonymous> ([working directory path]/node_modules/browser-sync/node_modules/http-proxy/lib/http-proxy.js:4:17) at Module._compile (module.js:435:26) 

看来这个问题是在不同的背景下出现的,但没有得到答案:

1) Mean.io应用程序永远抛出错误

2) https://github.com/rajaraodv/rabbitpubsub/issues/4

似乎是一个相当近期的问题,似乎不需要与http代理。

原来浏览器同步的旧版本是一个问题。 一旦更新,这开始工作。

尝试更旧版本的节点。 该示例的package.jsonengines部分中指定了节点0.10,这意味着可能已经为该版本编写了初始代码。