Hello,
My jshint is not working right now. I installed gjsjint and jsl on there as well so I’m thinking maybe conflicting linters is the problem. However, when i uninstalled those two packages via package control. After I restarted sublimetext, package control no longer show them as options to be uninstalled, but when I check the toggle linter option, they are both still there and my jshint still isn’t working.
the current debug menu shows below:
Traceback (most recent call last):
File “/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py”, line 304, in on_activated
callback.on_activated(v)
File “/Users/stevehuang/Library/Application Support/Sublime Text 3/Packages/SublimeLinter/sublimelinter.py”, line 281, in on_activated
self.check_syntax(view)
File “/Users/stevehuang/Library/Application Support/Sublime Text 3/Packages/SublimeLinter/sublimelinter.py”, line 208, in check_syntax
Linter.assign(view, reset=True)
File “/Users/stevehuang/Library/Application Support/Sublime Text 3/Packages/SublimeLinter/lint/linter.py”, line 724, in assign
if not linter_class.disabled and linter_class.can_lint(syntax):
File “./functools.py”, line 251, in wrapper
File “/Users/stevehuang/Library/Application Support/Sublime Text 3/Packages/SublimeLinter/lint/linter.py”, line 1582, in can_lint
status = ‘WARNING: {} deactivated, cannot locate ‘{}’’.format(cls.name, executable)
UnboundLocalError: local variable ‘executable’ referenced before assignment
Please help!!