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 just noticed this linter does not appear to be working with the latest update. I think I've tracked down the issue to this commit and pull request.
On OS X, it seems that having isNodeExecutable not be true prevents it from running. If I set the value back to true via the debugger, it starts to work again.
Some more information on where it fails:
I believe this is because the node binary is not in the path when executed through BufferedProcess.
The text was updated successfully, but these errors were encountered:
I just noticed this linter does not appear to be working with the latest update. I think I've tracked down the issue to this commit and pull request.
On OS X, it seems that having
isNodeExecutable
not be true prevents it from running. If I set the value back to true via the debugger, it starts to work again.Some more information on where it fails:
I believe this is because the node binary is not in the path when executed through BufferedProcess.
The text was updated successfully, but these errors were encountered: