artoale / atom-tern

Tern plugin for atom editor
MIT License
37 stars 3 forks source link

Uncaught TypeError: Cannot read property 'getPath' of null #13

Open johanneslumpe opened 10 years ago

johanneslumpe commented 10 years ago

When trying to start the tern server when working on an unsaved file, the above error will be thrown in Tern/lib/server.coffee on line 25. Is this something that could be worked around? Or is there no way of getting the data of an unsaved file (maybe from a memory buffer?)

azayed commented 9 years ago

Same here, any suggestions?!

patrickse commented 9 years ago

+1

yamsellem commented 9 years ago

+1

lxmarduk commented 8 years ago

+1 Need to create or open existing project in Atom for fix this issue.

MarkHerhold commented 8 years ago

Hey guys, you should be using https://github.com/tststs/atom-ternjs instead. This project looks way dead.