You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After an initial clone and running gulp I'm presented with this stack trace
events.js:85
throw er; // Unhandled 'error' event
^
TypeError: Cannot read property 'length' of undefined
at Object.exports.fn (/Users/michael/workspace/design-guide/node_modules/runner/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-svgo/node_modules/svgo/plugins/minifyStyles.js:47:24)
at /Users/michael/workspace/design-guide/node_modules/runner/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-svgo/node_modules/svgo/lib/svgo/plugins.js:59:45
at Array.filter (native)
at monkeys (/Users/michael/workspace/design-guide/node_modules/runner/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-svgo/node_modules/svgo/lib/svgo/plugins.js:46:39)
at /Users/michael/workspace/design-guide/node_modules/runner/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-svgo/node_modules/svgo/lib/svgo/plugins.js:66:17
at Array.filter (native)
at monkeys (/Users/michael/workspace/design-guide/node_modules/runner/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-svgo/node_modules/svgo/lib/svgo/plugins.js:46:39)
at /Users/michael/workspace/design-guide/node_modules/runner/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-svgo/node_modules/svgo/lib/svgo/plugins.js:66:17
at Array.filter (native)
at monkeys (/Users/michael/workspace/design-guide/node_modules/runner/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-svgo/node_modules/svgo/lib/svgo/plugins.js:46:39)
I think the problem has something to do with watson-runners imagemin task but I'm not sure exactly what is causing it.
The text was updated successfully, but these errors were encountered:
After an initial clone and running
gulp
I'm presented with this stack traceI think the problem has something to do with watson-runners imagemin task but I'm not sure exactly what is causing it.
The text was updated successfully, but these errors were encountered: