I have installed sublime_tern package to help me with my MeteorJS development. After installing this package, any time I start Sublime I get: plugin_host exited unexpectedly. What can I do to troubleshoot this?
相关问题
- How to run code in Sublime text 2 python
- How do you configure MinGW with Sublime Text 3?
- How to add custom HTML tags in Sublime Text 3
- Not able to run selected lines in REPL R in sublim
- Mac OS X /bin/bash: python: command not found in s
相关文章
- trouble getting sublime to execute with linux term
- NVM cannot load default node with default alias se
- Automatically select pasted text in Sublime Text 3
-
Perl with Sublime Text 2:
not working - How to run python code in Sublime Text 3?
- How to make Zen Coding support JavaScript files in
- Show info about current character in status bar in
- Sublime Text 3: how to bind a shortcut to a specif
Problem
I just had this problem but it turned out that it resulted from copying sublime between my two laptops. Somewhere along the line I lost the correct permissions.
Solution
The solution for me was to give execution permissions on
plugin_host
and it was fine (I also had to do that for thesublime_text
binary, I just realised that faster).Copy pasters, navigate to your sublime folder (see below for possible paths) and run:
(if you don't know how to navigate on the command line, you probably shouldn't be copy pasting)
Possible Paths
If you're on Mac it could be something like
/Applications/Sublime Text.app/Contents/MacOS
On Linux, mine is
/opt/sublime_text_3
I had same problem as you did. However, I downloaded and installed newer (sub)version of sublime to same directory where was older version installed. That confused sublime and finally I solved this issue by uninstalling sublime using revo uninstaller and installing it again.
Hope I've been of some help.