rampatra / photography

A free online portfolio website to showcase your photos.
http://photography.rampatra.com
GNU General Public License v3.0
948 stars 988 forks source link

Error write eof message on windows in gulpfile #37

Open james-minor867 opened 5 years ago

james-minor867 commented 5 years ago

`Documents\GitHub\photography>gulp [00:10:31] Using gulpfile ~\Documents\GitHub\photography\gulpfile.js, [00:10:31] Starting 'resize'...

events.js:174 throw er; // Unhandled 'error' event ^ Error: Error: write EOF`

It completes If the images file is empty but throws this error anytime I try and run gulp in cmd prompt, ive installed npm in the photography directory

aalainn commented 4 years ago

I'm getting the same error.

Hoppi164 commented 3 years ago

I also encountered this error. I don't have experience with gulp: but I have created an alternative solution to resizing images if anybody is interested.

https://github.com/rampatra/photography/pull/63