node-red-contrib-amqp icon indicating copy to clipboard operation
node-red-contrib-amqp copied to clipboard

Cannot read property 'forEach' of undefined

Open sudobhat opened this issue 5 years ago • 3 comments

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

sudobhat avatar Jan 08 '20 15:01 sudobhat

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 avatar Jan 14 '20 22:01 joe-gre

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

joe-gre avatar Jan 14 '20 22:01 joe-gre

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

torosant avatar Jan 21 '20 21:01 torosant