You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I keep getting the error: The linter binary 'tslint' cannot be found. Linting has been halted. Please install the linter binary or disable the linter plugin depending on it. Make sure to reload Atom to detect changes
I have confirmed that the tslint binary is in the linter-tslint/node_modules/tslint/bin/ directory, and I even tried installing tslint globally and setting the path in my Atom config accordingly to no avail. I'm running OS X Yosemite.
Any idea what I'm missing here?
The text was updated successfully, but these errors were encountered:
This happened to me with tslint and other linters like scss-lint. I got it to work by launching Atom from a terminal ($ atom path/to/project/folder/) rather than the Applications folder.
@teddybradford , @steve8708, @adidahiya I threw a quick fix together. I'm still testing but if you could throw it through its paces I deployed 0.4.0 to apm so you can try it. Report issues on #21
I keep getting the error:
The linter binary 'tslint' cannot be found. Linting has been halted. Please install the linter binary or disable the linter plugin depending on it. Make sure to reload Atom to detect changes
I have confirmed that the
tslint
binary is in thelinter-tslint/node_modules/tslint/bin/
directory, and I even tried installing tslint globally and setting the path in my Atom config accordingly to no avail. I'm running OS X Yosemite.Any idea what I'm missing here?
The text was updated successfully, but these errors were encountered: