angelozerr / tern-node-express

A Tern plugin adding support for express web application framework for node.
http://expressjs.com/
MIT License
56 stars 4 forks source link

Failed to find plugin node-express #12

Closed dlogvinenko closed 9 years ago

dlogvinenko commented 9 years ago

Doesn't work on node v0.12.2

Installed it globally & locally, but still got this error:

atom-ternjs
Failed to find plugin node-express.
Config:

{
  "exclude": ["node_modules/**"],
  "libs": [
    "browser",
    "ecma5",
    "ecma6",
    "jquery"
  ],
  "plugins": {
    "complete_strings": {},
    "node": {},
    "node-express": {},
    "lint": {},
    "doc_comment": {
      "fullDocs": true
    }
  }
}
angelozerr commented 9 years ago

That's very strange? If you try to copy the node-express.js inside tern/plugin folder, is it working?

dlogvinenko commented 9 years ago

Found a problem, I'm using atom-ternjs plugin for Atom, but installed node-express plugin into my project, but not into atom-ternjs folder: ~/.atom/packages/atom-ternjs

And -g didn't help :)

So it's not a bug :+1: