chai-http icon indicating copy to clipboard operation
chai-http copied to clipboard

superagent lock prevents use of chai-http

Open sguillia opened this issue 5 years ago • 0 comments

Hello

Your package.json declares the following dependency

"@types/superagent": "^3.8.3",

https://github.com/chaijs/chai-http/blob/master/package.json#L54

But that version of @types/superagent contains a bug: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/12044

That bug prevents some of my dependencies to compile, so I will have to uninstall chai-http altogether from my project

This is related to https://github.com/chaijs/chai-http/issues/262

Best

sguillia avatar Dec 11 '19 14:12 sguillia