yarn add guv fail with error:
error amqp-stats@0.0.14: The engine "node" is incompatible with this module. Expected version "~0.6.0". Got "11.6.0"
error Found incompatible module
Guv use node-amqp-stats which has dependency "node": "~0.6.0".
npm install --save guv works properly, but old Node dependency can cause problems.
yarn add guvfail with error:Guv use node-amqp-stats which has dependency
"node": "~0.6.0".npm install --save guvworks properly, but old Node dependency can cause problems.