Question

i have working on project using grunt.i am getting this exception while running project using grunt with mvn.

Warning: Running "imagemin:dist" (imagemin) task Warning: Cannot find module 'graceful-fs' Use --force to continue.

can any one help me?.

Thanks advance.

Was it helpful?

Solution

I guess that, one more time, "imagemin" has released a new unstable version. This is not the first time.

If this is confirmed, I will block all Grunt dependencies in our package.json (no more "~"). We have done the same thing with Bower, as everybody is always releasing buggy versions all the time...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top