Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Yarn add guv fail #225

Open
janmisek1 opened this issue Jan 31, 2019 · 1 comment
Open

Yarn add guv fail #225

janmisek1 opened this issue Jan 31, 2019 · 1 comment

Comments

@janmisek1
Copy link

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.

@jonnor
Copy link
Member

jonnor commented Feb 4, 2019

Thank you for reporting. It looks like node-amqp-stats has not been updated since 2014. Since that package is just a simple wrapper around a HTTP interface, and we just use one or two methods from there, I propose that we remove the dependency and do the HTTP calls ourself.

However we are not using guv these days, so this probably wont happen from our end anytime soon. But I'd be happy to accept a pull request for this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants