atom-gulp-control icon indicating copy to clipboard operation
atom-gulp-control copied to clipboard

Exited with code 1

Open wiggisser opened this issue 8 years ago • 2 comments

I use gulp to (among others) compile typescript using the browserify package. If there is a compile error gulp-control just displays "exited with code 1" wheras if I use gulp from the terminal, it displays the location of the error in my source file.

My System: Windows 8, atom 1.9.9, latest version of gulp-control

I did a bit of debugging, seems it has something to do with line-endings and the additional split by '\r' in writeOutput. If I remove that, it works for me (but i don't know how this impacts other systems)

wiggisser avatar Aug 30 '16 08:08 wiggisser

I get the same 'exited with code 1' error right after opening gulp-control.

Full message: Using C:\Users\Mateusz\Desktop\my_project/gulpfile.js Retrieving list of gulp tasks Exited with code 1

My system: Windows 10 64bit , Atom 1.12.4, gulp-control 0.5.0

I am a gulp beginner so I mostly use if for autoprefixer and browser-sync. Nothing sophisticated. Using gulp from the terminal works for me and it runs my tasks perfectly. Unfortunately, I am not as advanced coder as @wiggisser to perform some debugging, so I just flag this issue.

I'd certainly appreciate any help.

mateuszpazura avatar Nov 20 '16 15:11 mateuszpazura

I'm also encountering this issue.

vip3rousmango avatar Dec 02 '16 20:12 vip3rousmango