sublime-tern icon indicating copy to clipboard operation
sublime-tern copied to clipboard

TernJS.sublime-package crashes Sublime Text 3

Open jasonleonhard opened this issue 10 years ago • 14 comments

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!

jasonleonhard avatar Sep 28 '14 19:09 jasonleonhard

+1 I have this same situation.. :/

PixelT avatar Nov 07 '14 14:11 PixelT

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.

williamledoux avatar Nov 15 '14 10:11 williamledoux

+1 same here

jkarttunen avatar Nov 20 '14 13:11 jkarttunen

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.

henvic avatar Nov 24 '14 17:11 henvic

Same here.

swimorsink avatar Dec 11 '14 17:12 swimorsink

Same problem here.

lhnrd avatar Dec 17 '14 07:12 lhnrd

Same here

acemtp avatar Dec 23 '14 21:12 acemtp

might be conflicting packages all. i've had it crash if I had SublimeCodeIntel installed also.

moimikey avatar Jan 11 '15 21:01 moimikey

Такая же проблема. Открываю просто с main.coffee, main.js (сгенеренный им), открываю файл main.js и всё подвисает...

snnwolf avatar Jan 15 '15 10:01 snnwolf

+1 and thanks @williamledoux for your fix.

Matt-Jensen avatar Jan 19 '15 18:01 Matt-Jensen

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?

jtremback avatar Feb 12 '15 18:02 jtremback

Sublime is still having this issue. I installed TernJS Today and it started crashing just minutes after installing TernJS.

ijxsid avatar Apr 29 '15 16:04 ijxsid

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.

maxcr avatar May 21 '15 09:05 maxcr

I removed ternjs, my sublime text 3 is able to open now. I switched to Visual Studio Code for js projects.

noodlebreak avatar Jan 19 '19 12:01 noodlebreak