node-red-contrib-amqp
node-red-contrib-amqp copied to clipboard
Cannot read property 'forEach' of undefined
When I try to install the node-red-contrib-amqp, I get the error as
Cannot read property 'forEach' of undefined
So, I cannot use the nodes anymore.
Node-RED version: v1.0.3 Node.js version: v12.14.0
I ran into the same issue. It looks like the JS files aren't included in the latest packaged version (1.0.2).
They are included in 1.0.1 but downgrading to that version results in issue #25 (which should be fixed in 1.0.2).
@abreits It looks like the JS files weren't packaged in the latest version, maybe due to a mistake when packaging. Could you repackage and publish latest to npm again?
I also ran into the same issue. @abreits could you repackage and publish the latest to npm again?