-
Notifications
You must be signed in to change notification settings - Fork 20
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
lint.js file not found #47
Comments
I upgraded to 0.8.0, and I still see the message. |
@PhiLhoSoft Ah terribly sorry for no response at all! There have been changes around plugin loading which perhaps have resolved your issue. I really don't see this issue. If you are still running into this issue, could you share your .tern-project file? |
Hey, I was wondering if I will ever receive an answer! ;-)
As I wrote, the file is just not there, at the indicated path. In this directory, I have only the following files: requirejs.js So it looks more like a problem of installation (I even removed and reinstalled the plugin) than of settings. |
I use latest version of Ternific with latest version (1.2) of Brackets, on Windows 7.
In the developer console, I get lot of errors about a missing file:
Failed to load resource: net::ERR_FILE_NOT_FOUND
/C:/Users/PhiLho/AppData/Roaming/Brackets/extensions/user/ternific/TernWorker.js:42 Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'file:///C:/Users/PhiLho/AppData/Roaming/Brackets/extensions/user/ternific/libs/tern/plugin/lint.js' failed to load.
and indeed I have no file of this name there.
Can I install it manually to fix that? Or change some setting to skip attempts to load it? Or, better, maybe you can fix the issue? 😄
Thanks.
The text was updated successfully, but these errors were encountered: