-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Linting Error after vuex and vuex-module-decorators upgraded #90
Comments
I've started to get this error after upgrading |
I'll have to take a look at it with Typescript 3.3 then
…On Mon 4 Feb, 2019, 12:03 PM MantasPauliukonis ***@***.*** wrote:
I've started to get this error after upgrading typescript from 3.2.4 to
3.3.1. Currently reading the changelog, it doesn't seem to indicate any
changes in generics. Possibly it was one of the bugfixes.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQ_yhZ9syGgkGP4-HTGmS2FiClPszdXks5vJ9QegaJpZM4afmnG>
.
|
@MantasPauliukonis @championswimmer thank you both. I knew it had something to do with an upgrade, didn't even dawn on me to check if typescript was updated. |
Did not update anything, typescript 3.0.0 this error just appeared from nowhere, did you manage to solve it? |
@newink. Not yet on my end. |
The error is related to the Typescript package, downgrade to 3.2.4 and the error disappears. For anyone who needs a temporary fix, run |
Facing the same issue. Followed @holwech advice. |
v0.9.8 is compatible with latest Tyescript :) please upgrade |
After upgrading vuex to 3.1.0 I am receiving the following linting error even though node_modules is excluded and no other node module reports any warnings or error:
Any ideas why this would happend out of nowhere?
::EDIT::
Looks unrelated to the upgrade. Downgrading doesn’t remove the error. Looks to be related to my usage of it. I’ll continue to debug. Just strange since it is an exclude directory.
The text was updated successfully, but these errors were encountered: