ternjs/tern_for_sublime

[Error] error: plugin_host has exited unexpectedly

thisVioletHydra opened this issue · 1 comments

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 =\

fixed -> install new node.js D ;