brackets-userland / brackets-eslint

Adds ESLint support to Brackets
MIT License
43 stars 15 forks source link

ESLint terminated with error: Max connection attempts reached #53

Closed JackPu closed 7 years ago

JackPu commented 7 years ago

image

When I installed brackets-eslint, every JS file report this error?Any one else meet the same problem?

zaggino commented 7 years ago

@JackPu the issue is with connection to NodeJS is broken. Check the error console (Debug -> Show Developer Tools) for hints, why that might be.

You can see long discussions about it here https://github.com/zaggino/brackets-git/issues/410 or here https://github.com/zaggino/brackets-git/issues/468 or here https://github.com/zaggino/brackets-git/search?q=Max+connection+attempts+&type=Issues&utf8=%E2%9C%93

But ultimately, it's a Brackets shell issue. Doesn't happen in Brackets-Electron.

JackPu commented 7 years ago

@zaggino Thanks a lot.I have solved it.

AnuragCh2016 commented 6 years ago

@JackPu hey man if you don't mind, how did you solve the issue?