-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cannot redeclare block-scoped variable 'addCommand' #310
Comments
I went to the DefinitleTyped repo (aka DefinitelyTyped/DefinitelyTyped@fa3bd98
This seems to be the source of the clash, as addCommand was moved from |
Opened a PR: #311 |
same issue, I'll rolling back to handy-redis 1.8.3, waiting for a new version. |
Alternatively, you can manually change yarn.lock and force it to keep the older version of the package
|
Hi, I just moved from tedis to this library with very few issues, but I'm getting a compile time issue:
Cannot redeclare block-scoped variable 'addCommand'
To isolate the issue, I created an empty typescript project:
With the above, the dependencies currently are (
yarn.lock
summarized):And used a very generic typescript config file.
With all of the above, I get the following conflict:
The text was updated successfully, but these errors were encountered: