Open pborenstein opened 6 years ago
Yes...this happens for me as well. I can temporarily fix it by removing the 'images' task from the gulp task in gulpfile.js, but I'm not sure if that's optimal.
gulp.task('assets', gulp.parallel(
// 'images',
'styles',
'scripts'
));
This is fixed if you run
brew install graphicsmagick
But this should be in the instructions.
This should get the windows build working (assuming you are using choco as you package mgr:
choco install graphicsmagick
If you're running locally, and
gm
isn't installed,yarn run build
fails. Not a problem on Netlify, of course.