ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

[Error] error: plugin_host has exited unexpectedly #183

Closed thisVioletHydra closed 5 years ago

thisVioletHydra commented 5 years ago

try type same string in *.styl, and catch error:

error: plugin_host has exited unexpectedly, plugin functionality won't be available until Sublime Text has been restarted

my config:

{
    "ecmaVersion": 6,
    "libs": [   "browser"   ],
    "loadEagerly": [ "development/**/*.js",  "**/*.js", ],
    "dontLoad": [   "public/**/*",  "node_modules/**/*",    "**/*.styl",    "**/*.stylus"   ],
    "plugins": {
        "modules": {},
        "es_modules": {},
        "doc_comment": { "fullDocs": true }
    }
}

if i disable plugin tern_for_sublime, all work bless =\

thisVioletHydra commented 5 years ago

fixed -> install new node.js D ;