piuccio / sublime-esformatter

JavaScript formatter plugin for Sublime Text
MIT License
28 stars 20 forks source link

Error:32 Broken pipe #12

Closed dsenthilraj closed 8 years ago

dsenthilraj commented 10 years ago

Installed ESFormatter for Sublime Text3 when try to use it using Ctrl +Alt+ F. I get Broken Pipe.

kujiy commented 9 years ago

I have the same problem. +1

windows 8.1 64bit

my node.exe is here "C:\Program Files\nodejs\node.exe" <- it conteins a space

I can use node and esformatter command any where C:>node --version v4.0.0 C:>esformatter --version esformatter v0.7.3

What's should I do?

piuccio commented 9 years ago

Version 1.6.3 is broken, see #51

Can you please upgrade to 1.6.4 and try again? Btw keep in mind that it doesn't format JSON, only valid JS.

kujiy commented 8 years ago

It worked! Thanks piuccio!