adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

Failed trying to restart Node: Cannot call method 'restartNode' of undefined #10889

Open Wikunia opened 9 years ago

Wikunia commented 9 years ago

Hi,

I used Brackets v1.3.0 but had some node problems with some extensions now I've downgraded to v1.2 but the problems didn't disappear. Wanted to restart node but that one shows me an alert: "Failed trying to restart Node: Cannot call method 'restartNode' of undefined"

Are there any things that I can try to fix this problem?

Some more information: Node v0.12.2 Arch Linux 3.19.3

I've tried to reload Brackets without extensions but that doesn't work.

abose commented 9 years ago

I have faced similar problem in linux, A rough workaround is to go to system monitor and force kill brackets-node processes and brackets itself if its non responding. after that restarting brackets mostly fixed the issue for me.