-
Notifications
You must be signed in to change notification settings - Fork 53
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
Option has no retries #97
Comments
Im having this issue as well. |
@yogarasu are you using Typescript 3 or 4. I had this issue when using the latest version of the types package on TS3. Fix the @types package at 1.3.0 and the issue may also go away. |
Can confirm that
But the version of Managed to fix it by running |
Installing |
I haven't followed the details of whether the type of @types/retry has changed, but I got an error that option has no "retries", and I couldn't use this package.
The text was updated successfully, but these errors were encountered: