Advertisement
Guest User

gatsby build error

a guest
Mar 13th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. error Building static HTML failed for path "/"
  2.  
  3. See our docs page on debugging HTML builds for help https://gatsby.dev/debug-html
  4.  
  5. 8 | else
  6. 9 | root["lib"] = factory(root["@reach/router"], root["core-js/modules/es6.array.iterator"], root["core-js/modules/es6.array.sort"], root["core-js/modules/es6.function.name"], root["core-js/modules/es6.map"], root["core-js/modules/es6.object.assign"], root["core-js/modules/es6.regexp.constructor"], root["core-js/modules/es6.regexp.split"], root["core-js/modules/es6.regexp.to-string"], root["core-js/modules/es6.string.ends-with"], root["core-js/modules/es6.string.iterator"], root["core-js/modules/es6.string.small"], root["core-js/modules/web.dom.iterable"], root["fs"], root["lodash"], root["path"], root["react"], root["react-dom/server"], root["react-helmet"]);
  7. > 10 | })(this, function(__WEBPACK_EXTERNAL_MODULE__reach_router__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_array_iterator__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_array_sort__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_function_name__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_map__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_object_assign__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_regexp_constructor__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_regexp_split__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_regexp_to_string__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_string_ends_with__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_string_iterator__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_es6_string_small__, __WEBPACK_EXTERNAL_MODULE_core_js_modules_web_dom_iterable__, __WEBPACK_EXTERNAL_MODULE_fs__, __WEBPACK_EXTERNAL_MODULE_lodash__, __WEBPACK_EXTERNAL_MODULE_path__, __WEBPACK_EXTERNAL_MODULE_react__, __WEBPACK_EXTERNAL_MODULE_react_dom_server__, __WEBPACK_EXTERNAL_MODULE_react_helmet__) {
  8. | ^
  9. 11 | return
  10.  
  11.  
  12. WebpackError: Invariant Violation: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invari ant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additio nal helpful warnings.
  13.  
  14. - universalModuleDefinition:10 ba
  15. lib/webpack/universalModuleDefinition:10:2
  16.  
  17.  
  18. - bootstrap:33 a.render
  19. lib/webpack/bootstrap:33:1
  20.  
  21. - bootstrap:30 a.read
  22. lib/webpack/bootstrap:30:1
  23.  
  24. - bootstrap:42 renderToString
  25. lib/webpack/bootstrap:42:1
  26.  
  27. - static-entry.js:194 Module../.cache/static-entry.js.__webpack_exports__.default
  28. lib/.cache/static-entry.js:194:18
  29.  
  30. - bootstrap:24 Promise
  31. lib/webpack/bootstrap:24:1
  32.  
  33.  
  34. - gatsby-browser-entry.js:44 Promise._resolveFromExecutor
  35. lib/.cache/gatsby-browser-entry.js:44:19
  36.  
  37. - bootstrap:68 new Promise
  38. lib/webpack/bootstrap:68:1
  39.  
  40.  
  41. - bootstrap:5 tryCatcher
  42. lib/webpack/bootstrap:5:1
  43.  
  44. - bootstrap:50 MappingPromiseArray._promiseFulfilled
  45. lib/webpack/bootstrap:50:1
  46.  
  47. - api-runner-ssr.js:6 MappingPromiseArray.PromiseArray._iterate
  48. lib/.cache/api-runner-ssr.js:6:16
  49.  
  50. - bootstrap:67 MappingPromiseArray.init
  51. lib/webpack/bootstrap:67:1
  52.  
  53. - bootstrap:19 MappingPromiseArray._asyncInit
  54. lib/webpack/bootstrap:19:1
  55.  
  56.  
  57. error Command failed with exit code 1.
  58. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement