Hello, I am using celery.node in an application built with the latest version of node.js. Whenever I run npm install, I get warnings related to ampqlib having an unsupported node version:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'amqplib@0.5.6',
npm WARN EBADENGINE required: { node: '>=0.8 <=12' },
npm WARN EBADENGINE current: { node: 'v15.11.0', npm: '7.6.0' }
npm WARN EBADENGINE }
This can be resolved by updating celery.node to use the latest version of ampqlib which supports newer node.js versions. Is there any reason why you use ampqlib 0.5.6?
Hello, I am using celery.node in an application built with the latest version of node.js. Whenever I run
npm install, I get warnings related to ampqlib having an unsupported node version:This can be resolved by updating celery.node to use the latest version of ampqlib which supports newer node.js versions. Is there any reason why you use ampqlib 0.5.6?