carlitux / deoplete-ternjs

deoplete.nvim source for javascript
MIT License
277 stars 24 forks source link

Start tern process with --no-port-file option. #84

Closed hungrybirder closed 5 years ago

hungrybirder commented 5 years ago

I just upgrade tern to 0.24.0 which supports "--no-port-file" option. Then I upgrade ternjs.py by using that option, it works well for me.

carlitux commented 5 years ago

@hungrybirder thanks!