NoFlo错误:TypeError:对象#<port arrayport =“”>没有方法&#39; isAddressable&#39; </port>

时间:2014-06-18 22:25:30

标签: javascript node.js noflo

我最近开始收到错误:

TypeError: Object #<Port> has no method 'isAddressable'

TypeError: Object #<ArrayPort> has no method 'isAddressable'

我正在我的组件上创建端口,如:

this.inPorts.in = new noflo.Port();

1 个答案:

答案 0 :(得分:2)

看起来你在混合中某处有NoFlo 0.4或更早版本。

{0.5}中添加了isAddressable方法。

请查看npm list以了解您安装了旧版不兼容的NoFlo版本的软件包。