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
it seems that grunt on windows 8 x64 expect to use some linux\osx comnents only, that in install phase where signaled as warnings.
grunt serve:dist
Loading "imagemin.js" tasks...ERROR
Error: Cannot find module 'imagemin-optipng'
Running "serve:dist" (serve) task (node:16632) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
Running "clean:dist" (clean) task Cleaning .tmp...OK
Running "concurrent:dist" (concurrent) task Warning: Loading "imagemin.js" tasks...ERROR
Error: Cannot find module 'imagemin-optipng' Warning: Task "imagemin" not found. Use --force to continue.
Aborted due to warnings.
Execution Time (2016-09-24 17:41:14 UTC) loading tasks 15ms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 100% Total 15ms Use --force to continue.
Execution Time (2016-09-24 17:41:05 UTC) clean:dist 94ms ■ 1% concurrent:dist 8.7s ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 99% Total 8.8s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it seems that grunt on windows 8 x64 expect to use some linux\osx comnents only, that in install phase where signaled as warnings.
Loading "imagemin.js" tasks...ERROR
Running "serve:dist" (serve) task
(node:16632) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
Running "clean:dist" (clean) task
Cleaning .tmp...OK
Running "concurrent:dist" (concurrent) task
Warning: Loading "imagemin.js" tasks...ERROR
Aborted due to warnings.
Execution Time (2016-09-24 17:41:14 UTC)
loading tasks 15ms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 100%
Total 15ms Use --force to continue.
Execution Time (2016-09-24 17:41:05 UTC)
clean:dist 94ms ■ 1%
concurrent:dist 8.7s ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 99%
Total 8.8s
The text was updated successfully, but these errors were encountered: