Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sublime 3 crashing with TernJS. #37

Closed
pnunn opened this issue Mar 17, 2014 · 4 comments
Closed

Sublime 3 crashing with TernJS. #37

pnunn opened this issue Mar 17, 2014 · 4 comments

Comments

@pnunn
Copy link

pnunn commented Mar 17, 2014

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 ) ->
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
Copy link
Member

marijnh commented Mar 25, 2014

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
Copy link

My sublime freeze without any error

Config file

{
  "libs": [
    "browser"
  ],
  "loadEagerly" : [
    "**/*.js",
    "**/*.jsx"
  ],
  "dontLoad" : [
    "/node_modules/**/*"
  ],
  "plugins": {
    "doc_comment": {}
  }
}

@max-mykhailenko
Copy link

My error doesn't appear again on fresh installation.

@marijnh
Copy link
Member

marijnh commented Oct 27, 2015

Strange. Closing until further info comes in.

@marijnh marijnh closed this as completed Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants