我最近开始收到错误:
TypeError: Object #<Port> has no method 'isAddressable'
TypeError: Object #<ArrayPort> has no method 'isAddressable'
我正在我的组件上创建端口,如:
this.inPorts.in = new noflo.Port();
答案 0 :(得分:2)
看起来你在混合中某处有NoFlo 0.4或更早版本。
{0.5}中添加了isAddressable
方法。
请查看npm list
以了解您安装了旧版不兼容的NoFlo版本的软件包。