Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

superagent lock prevents use of chai-http #263

Closed
sguillia opened this issue Dec 11, 2019 · 0 comments · Fixed by #306
Closed

superagent lock prevents use of chai-http #263

sguillia opened this issue Dec 11, 2019 · 0 comments · Fixed by #306

Comments

@sguillia
Copy link

sguillia commented Dec 11, 2019

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:
DefinitelyTyped/DefinitelyTyped#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 #262

Best

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

Successfully merging a pull request may close this issue.

1 participant