-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't load reporter file: C:\Users\username\AppData\Roaming\Sublime Text 3\Packages\JSHint\reporter.js #68
Comments
Thanks for reporting this. I just got my Windows virtual machine running again and will troubleshoot this weekend. |
I have the same problem on Mac OS X 10.9 (Mavericks), for ST3 |
Also this is a duplicate of #66 |
I haven't used it in a while but just discovered my JSHint installation is reporting the same problem. I'm using ST3. Mac OS X 10.9 Mavericks |
Thanks, just ran into the same thing. |
This is because JSHint is presuming the Sublime Text 2 package storage setup; from the Porting Guide;
The problem therefore is that this plug-in is attempting to access a file which does not exist, in a directory which (most likely) does not exist. A workaround until the package is updated with Sublime Text 3 compatibility is to move the EDIT: Turns out there's a way to tell Package Control to install packages the old way under ST3, which makes this work. I've provided a PR (#70). |
Same issue here, Mavericks with ST3 |
This is still happening. It works when installed manually. |
The cause is that no
JSHint
folder was created under%APPDATA%\Sublime Text 3\Packages\
after installation.I manually created
JSHint
folder and downloadedreporter.js
into it then it works well.Thanks.
The text was updated successfully, but these errors were encountered: