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

This package is missing a dependency or peer dependency on @types/redis #411

Open
mprast opened this issue May 14, 2021 · 2 comments
Open

Comments

@mprast
Copy link

mprast commented May 14, 2021

yarn v2 is a little stricter about dependencies than yarn v1 or npm. If a package abc imports another package xyz without having an explicit dependency on it, yarn v2 will not resolve the import - which is to say, this package breaks when used with typescript and yarn v2 (tsc complains about not being able to find a type definition file for redis). Please consider adding a dependency on @types/redis for the yarn v2 users out there - thank you!

@mprast
Copy link
Author

mprast commented May 16, 2021

looks like it has a similar problem for @types/node as well

@mprast
Copy link
Author

mprast commented Sep 15, 2023

now that @redis/types has been deprecated, this issue has rendered bee-queue completely unusable until its dependency on redis is upgraded. I'll have to move to something else.

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

No branches or pull requests

2 participants