Closed ellmo closed 10 years ago
Operating System and version?
OSX 10.9.3
In terminal, run:
find ~/ -name linter.js
There's really nothing, I can't find it.
Also searched in /Library/
Reproduced. Investigating...
Thanks for submitting the issue, it should be fixed now. Please choose Tools > Command Palette > Package Control > Upgrade Package and choose JSLint. You might still need to modify the location of the node command, although on Mavericks the default should work. Let me know if that fixes if for you.
It works like a charm now. Didn't even have to specify User settings.
oh, good. it turns out ST3 has a different package format - zipped. some packages need to set a flag not to do that.
I simply can't get it to work. The console error (without any special User settings) is:
...though
node
is in myPATH
. So I figured ST3 doesn't use myPATH
and I added this to User settings:And now I get
which is not surpising, seeing as
linter.js
is nowhere to be found, it's probably insideJSLint.sublime-package
, butnode
cannot open it and run the file now, can it?