gatsby-casper icon indicating copy to clipboard operation
gatsby-casper copied to clipboard

Issue with Image Processing During Build

Open jgansl opened this issue 4 years ago • 0 comments

gatsby build

success open and validate gatsby-configs - 0.236s success load plugins - 1.514s success onPreInit - 0.020s success delete html and css files from previous builds - 0.019s success initialize cache - 0.007s success copy gatsby files - 0.098s warn gatsby-plugin-feed was initialized in gatsby-config.js without a feeds option. This means that the plugin will use the internal RSS feed creation, which may not match your use case. This behavior will be removed in the next major release of gatsby-plugin-feed. For more info, check out: https://gatsby.dev/adding-rss-feed success onPreBootstrap - 0.017s success createSchemaCustomization - 0.288s success source and transform nodes - 0.155s success building schema - 0.388s

ERROR #11321 PLUGIN

"gatsby-node.js" threw an error while running the createPages lifecycle:

Reducers may not dispatch actions.

Error: Reducers may not dispatch actions.

  • redux.js:214 dispatch [portfolio]/[redux]/lib/redux.js:214:13

  • index.js:66 [portfolio]/[gatsby]/dist/redux/index.js:66:88

  • index.js:14 Object.dispatch [portfolio]/[redux-thunk]/lib/index.js:14:16

  • index.js:45 dispatch [portfolio]/[gatsby-cli]/lib/reporter/redux/index.js:45:9

  • redux.js:483 Object.createLog [portfolio]/[redux]/lib/redux.js:483:12

  • reporter.js:168 Reporter.warn [portfolio]/[gatsby-cli]/lib/reporter/reporter.js:168:41

  • patch-console.js:22 Object.console.warn [portfolio]/[gatsby-cli]/lib/reporter/patch-console.js:22:14

  • utils.js:449 Object.warn [portfolio]/[xstate]/lib/utils.js:449:26

  • StateNode.js:1313 [portfolio]/[xstate]/lib/StateNode.js:1313:29

  • Array.map

  • StateNode.js:1311 StateNode.formatTransitions [portfolio]/[xstate]/lib/StateNode.js:1311:18

  • StateNode.js:321 StateNode.get [as transitions] [portfolio]/[xstate]/lib/StateNode.js:321:51

  • StateNode.js:296 StateNode.get [as on] [portfolio]/[xstate]/lib/StateNode.js:296:36

  • StateNode.js:230 [portfolio]/[xstate]/lib/StateNode.js:230:93

  • Array.forEach

  • StateNode.js:230 StateNode._init [portfolio]/[xstate]/lib/StateNode.js:230:45

failed createPages - 0.190s

jgansl avatar Jul 24 '20 03:07 jgansl