npmlog访问superCtor.prototype

最近,我看到,如果使用节点0.8,travis构build失败,就像这里一样 。 报告读到这样的东西:

$ npm install util.js:538 ctor.prototype = Object.create(superCtor.prototype, { ^ TypeError: Cannot read property 'prototype' of undefined at Object.exports.inherits (util.js:538:43) at Object.<anonymous> (/home/travis/.nvm/v0.8.28/lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/index.js:115:6) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:362:17) at require (module.js:378:17) at Object.<anonymous> (/home/travis/.nvm/v0.8.28/lib/node_modules/npm/node_modules/npmlog/log.js:2:16) at Module._compile (module.js:449:26) 

难道这里安装的npmlog模块与节点0.8不兼容? 有没有什么项目应该做的,以解决这个问题,这是一个特拉维斯错误报告某处,或者有travis只是终止支持节点0.8,即使它仍然列出 ?