victorporof / Sublime-JSHint

JSHint Gutter for Sublime Text 2 and 3 via node.js
https://github.com/victorporof/Sublime-JSHint
684 stars 71 forks source link

Error in Windows 7 x64 #5

Closed Exadra37 closed 11 years ago

Exadra37 commented 12 years ago

I have Sublime Text 2 Build 2181 installed with node.js in Windows 7 x64.

If i open a javacsript file (filename.js) and do ctrl+b, with build selected in JSHint, it give me this error:

[Decode error - output not utf-8][Finished]

But if i open console i will see this:

Running node D:\Users\Exadra37\AppData\Roaming\Sublime Text 2\Packages/Sublime-JSHint/scripts/run.js ajax.js browser: true v8: true es5: true esnext: true globalstrict: true strictundef: true laxradix: true trailing: true undef: false sub: true

Now if i try to use as python plugin with ctrl+alt+j that i defined in user key binding { "keys": ["ctrl+alt+j"], "command": "jshint" } , i don´t see anything happen.

Also if i try to run from ctrl+shift+p and select JSHint : Linter , nothing happens.

For last i try to run from console with view.run_command("jshint") and show this in console:

view.run_command("jshint")

This is a bug or i am do anything wrong?

victorporof commented 11 years ago

The jshint build system was removed. Please use Ctrl/Cmd+Shift+J (see readme).