abreits / node-red-contrib-amqp

Node-RED AMQP input and output nodes
16 stars 18 forks source link

Cannot read property 'forEach' of undefined #31

Open sudobhat opened 4 years ago

sudobhat commented 4 years ago

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

joe-gre commented 4 years ago

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).

joe-gre commented 4 years ago

@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?

torosant commented 4 years ago

I also ran into the same issue. @abreits could you repackage and publish the latest to npm again?