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

typescript-tslint is not a valid Flycheck checker #89

Closed
turboMaCk opened this issue Dec 10, 2016 · 9 comments
Closed

typescript-tslint is not a valid Flycheck checker #89

turboMaCk opened this issue Dec 10, 2016 · 9 comments

Comments

@turboMaCk
Copy link

turboMaCk commented Dec 10, 2016

Hi!

This might be really silly question but I really don't know how to fix it so I'll be glad if you can point me any direction. I have this error in mini buffer every time I run tide-setup. I've installed this package yesterday when everything was working correctly. Even when I turn flycheck off and run tide-setup again same error occurs. Not sure if it's issue with tide or flycheck though.

actual error is

typescript-tslint is not a valid Flycheck checker 
@cpitclaudel
Copy link

What does (flycheck-valid-checker-p 'typescript-tslint) return when you run it in M-:?

@turboMaCk
Copy link
Author

(flycheck-valid-checker-p 'typescript-tslint) => nil

@cpitclaudel
Copy link

Ok. Now please try (get 'typescript-tslint 'flycheck-generic-checker-version) and flycheck-generic-checker-version.

@turboMaCk
Copy link
Author

turboMaCk commented Dec 10, 2016

get returns nil and on flycheck-generic-checker-version I got void function error. Also I don't see that function in helm M-x too.

@cpitclaudel
Copy link

flycheck-generic-checker-version is a variable, not a function. But AFAICT these results mean that the tslint checker isn't defined… How did you install flycheck?

@turboMaCk
Copy link
Author

I'm using version from melpa a package.el

@cpitclaudel
Copy link

Ok; please uninstall it and reinstall it, then restart Emacs; maybe something's wrong there?

@turboMaCk
Copy link
Author

Omg it really helped. Sorry for wasting your time & thank you so much!

@cpitclaudel
Copy link

No problem :) Enjoy flycheck and tide!

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

No branches or pull requests

2 participants