ternjs / tern_for_sublime

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

Sublime 3 crashing with TernJS. #37

Closed pnunn closed 8 years ago

pnunn commented 10 years ago

I just installed this package end TernJS following the directions given but Sublime is now crashing.

The console has the following.

SyntaxError: Unexpected token < ( plugin/meteor.js @ 6 : 0 ) -> <!DOCTYPE html> error: plugin_host has exited unexpectedly, plugin functionality won't be available until Sublime Text has been restarted

Any ideas??

OK, seems to be a problem with TernJS not this package.. mixed issues by the looks. Removed TernJS and it seems to be good now. Thanks.

marijnh commented 10 years ago

There is no plugin/meteor.js in the Tern distribution. It sounds like you downloaded that but did so in a way that actually caused an HTML file to end up in that place.

max-mykhailenko commented 9 years ago

My sublime freeze without any error

Config file

{
  "libs": [
    "browser"
  ],
  "loadEagerly" : [
    "**/*.js",
    "**/*.jsx"
  ],
  "dontLoad" : [
    "/node_modules/**/*"
  ],
  "plugins": {
    "doc_comment": {}
  }
}
max-mykhailenko commented 8 years ago

My error doesn't appear again on fresh installation.

marijnh commented 8 years ago

Strange. Closing until further info comes in.