angelozerr / tern-lint

Tern plugin to validate JavaScripts files to collect semantic errors
http://ternjs.net/
MIT License
62 stars 13 forks source link

Missing dependencies #65

Closed bmihelac closed 8 years ago

bmihelac commented 8 years ago

It looks like there are missing dependencies:

minimatch glob

angelozerr commented 8 years ago

It seems that you wish to use tern-lint with line command (editor doesn't require thoses dependencies). So yes you are right.

bmihelac commented 8 years ago

yes, I tried to use command line

angelozerr commented 8 years ago

ok for the moment, do "npm install glob" and "npm install minimatch". I will fix that ASAP.