-
Notifications
You must be signed in to change notification settings - Fork 625
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
Typescript error TS2380: "get and set accessor must have the same type" on v2.4.3 #692
Comments
Hey @SirAndrii, I tried reproducing the issue but couldn't get the same error (see sheerlox/node-cron-test). Please share more information about your setup, especially which other libraries (with versions) you're using on your project. Have you tried deleting your |
on our project we use YARN. Before installation, I removed all node_module folders and yarn.lock files, so the installation was clean. And I made a mistake about TS, it's 3.8.3
|
With the packages you shared, I'm getting 147 Typescript errors, none related to Since it seems this issue is hard to reproduce, or I am missing some information, could you share a minimal reproduction repository so I can investigate the issue? But, on the other hand, the issue seems to be related to |
Hello @SirAndrii, any update on this? Closing for now since I can't reproduce this bug, feel free to reopen if you can provide more information. |
Hi, after update and clean build I started receiving
To fix it, I needed to downgrade back to 2.4.0 version. My current TS version is 4.2.3
Originally posted by @SirAndrii in #688 (comment)
The text was updated successfully, but these errors were encountered: