chenzhutian / hexo-all-minifier

A plugin for Hexo that optimizes HTML, CSS, JS and imagages, and it can optionally deploys your blog.
MIT License
275 stars 30 forks source link

Error: write EOF #73

Open HarborZeng opened 5 years ago

HarborZeng commented 5 years ago

After run hexo s, some INFO update Optimize IMG......showed, and then

FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Error: write EOF
    at _errnoException (util.js:992:11)
    at WriteWrap.afterWrite [as oncomplete] (net.js:864:14)

this err showed up and hexo s is shutdown after another few line of INFO update Optimize IMG......

HarborZeng commented 5 years ago

additional: the only config I used is all_minifier: true

additional additional: I tried hexo clean and it didn't show more useful information when I run hexo s --watch --debug this way.

wjykl22 commented 3 years ago

Have you solve it?