abreits / node-red-contrib-amqp

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

amqplib not supported #33

Open embcla opened 4 years ago

embcla commented 4 years ago

Hi

I see this issue installing ampq

❯ docker exec -it mynodered /bin/bash
bash-5.0$ npm install node-red-contrib-tado node-red-contrib-amqp
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN notsup Unsupported engine for amqplib@0.4.2: wanted: {"node":">=0.8 <6 || ^6"} (current: {"node":"10.19.0","npm":"6.13.4"})
npm WARN notsup Not compatible with your version of node/npm: amqplib@0.4.2

seems like amqplib is a bit behind?