문제

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.

도움이 되었습니까?

해결책

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...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top