We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running grunt the concurrent:dist task fails with the following error:
grunt
concurrent:dist
Warning: Running "imagemin:dist" (imagemin) task Warning: Error: spawn /opt/openhim-console/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle/vendor/gifsicle ENOENT in file app/images/loading.gif Use --force to continue.
Based on this comment I install version 0.7.2 of the grunt-contrib-imagemin module and then it works.
Using node v0.12.0.
The text was updated successfully, but these errors were encountered:
Well spotted thanks @bausmeier
Sorry, something went wrong.
We no longer use grunt and our latest supported Node versions are 10 and 12
No branches or pull requests
When running
grunt
theconcurrent:dist
task fails with the following error:Based on this comment I install version 0.7.2 of the grunt-contrib-imagemin module and then it works.
Using node v0.12.0.
The text was updated successfully, but these errors were encountered: