This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Description
yarn add guv fail with error:
error [email protected]: 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.