coffee-script icon indicating copy to clipboard operation
coffee-script copied to clipboard

"-l" option doesn't work

Open jfromaniello opened this issue 13 years ago • 3 comments

Hi, I am having problems to run the linter... when i execute this:

iced --lint lib/afile.iced

I get this:


node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: write EPIPE
    at errnoException (net.js:670:11)
    at Object.afterWrite [as oncomplete] (net.js:503:19)

The version of node I am using right now is v0.6.17.

I did a little research and I found this "Consistent EPIPE error writing to stdout when pipe has disconnected"

jfromaniello avatar May 07 '12 11:05 jfromaniello

on the same machine coffee -l works okay. Thanks

jfromaniello avatar May 07 '12 11:05 jfromaniello

For me, I have the same problem with the coffee trunk too. But it all works with --print.

maxtaco avatar May 10 '12 19:05 maxtaco

thanks for letting me now, BTW I have this working in sublime text

https://github.com/Kronuz/SublimeLinter/pull/162

jfromaniello avatar May 10 '12 20:05 jfromaniello