何らかの理由で、SublimeLinter3、または SublimeLinter3 JSHint リンター プラグインは、PATH
環境変数を解析できないようで、実行できませんjshint
。
SublimeLinter: Could not parse shell PATH output:
<empty>
error: SublimeLinter could not determine your shell PATH. It is unlikely that any linters will work.
Please see the troubleshooting guide for info on how to debug PATH problems.
SublimeLinter: WARNING: jshint deactivated, cannot locate 'jshint'
Can't connect
Unable to fetch update url contents
ただし、バイナリjshint
は にあります。PATH
$ which jshint
/home/path/to/bin/jshint
この問題は Ubuntu でのみ発生します。OS X で問題なく動作します。公式ドキュメントを精査しましたが、役に立ちませんでした。
bash
それが重要な場合に使用します。