sublime-tern
sublime-tern copied to clipboard
TernJS.sublime-package crashes Sublime Text 3
Hello, I just installed TernJS.sublime-package crashes Sublime Text 3 and now Sublime crashes as soon as it is opened.
I attempted to remove it by first using remove package, but I cannot get access because the program is frozen.
Closing and opening the program does not work, it only freezes up right away.
Navigating to /Library/Application Support/Sublime Text 3/Installed Packages and removing the package does not work, as soon as I open Sublime everything is fine, but it automatically repopulates in Finder, and then freezes the prorgam, deleting it again does not make the program return to normal either...
Please help, Thanks!
+1 I have this same situation.. :/
In addition to removing the package folder, you need to remove the package name in Packages/User/Package Control.sublime-settings
to prevent package control to install it back.
+1 same here
I'm having the same freezing issue since the beginning of the week, after using ST 3 with TernJS for, at least, 3 months. TernJS is making it impossible to use ST 3 and I'm going to uninstall it until a fix is published.
Same here.
Same problem here.
Same here
might be conflicting packages all. i've had it crash if I had SublimeCodeIntel installed also.
Такая же проблема. Открываю просто с main.coffee, main.js (сгенеренный им), открываю файл main.js и всё подвисает...
+1 and thanks @williamledoux for your fix.
There are several identical issues around this on this repo, and it appears to be abandoned.
I recommend https://github.com/marijnh/tern_for_sublime which is written by the author of Tern, runs using node.js, and actually works.
@sergeche I respect the hard work that must have gone into this, but can you please remove this package from the Sublime package manager if you are not going to maintain it?
Sublime is still having this issue. I installed TernJS Today and it started crashing just minutes after installing TernJS.
Its because of libraries. If you just add this
"ternjs": { "exclude":["./node_modules/**"], "libs": ["browser", "jquery"], "plugins": { "node": {} } }
and only save your untitled.sublime-project in the path of your project you're golden.
I removed ternjs, my sublime text 3 is able to open now. I switched to Visual Studio Code for js projects.