3

When i run a grunt job, the build is failed due to the below error

+ grunt imagemin --stack
[4mRunning "imagemin:dist" (imagemin) task[24m
[31mFatal error: write EPIPE[39m

Error: write EPIPE
    at Object.exports._errnoException (util.js:856:11)
    at exports._exceptionWithHostPort (util.js:879:20)
    at WriteWrap.afterWrite (net.js:763:14)

the versions used are : node-version-v5.5.0, grunt-cli v1.2.0, grunt v0.4.5, bower -version -1.7.7

Trials:
1. deleted grunt-contrib-imagemin folder from nodemodules and re-installed using npm install - this didnot work
2. exit-on-epipe - solution mentioned here - this too didnot work 3. restarting the server after installation is also done but of no use.

Thanks in advance

px5x2
  • 1,495
  • 2
  • 14
  • 29
sai
  • 300
  • 5
  • 19

0 Answers0