Skip to content
New issue

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

Build: A fresh build fails locally #3225

Closed
AlanFoster opened this issue Oct 17, 2018 · 2 comments · Fixed by #3218
Closed

Build: A fresh build fails locally #3225

AlanFoster opened this issue Oct 17, 2018 · 2 comments · Fixed by #3218
Labels

Comments

@AlanFoster
Copy link
Contributor

Bug Report

Steps

  • Git clone semantic-ui-react
  • Run yarn
  • Run yarn build

Expected Result

Yarn build completes successfully

Actual Result

Yarn build did not complete succesfully, and outputs a stack trace

[00:51:54] Finished 'build:dist:umd' after 13 s
[00:51:54] Finished 'build:dist' after 13 s

=> Fetching Site Data...
=> [✓] Site Data Downloaded: 3.383ms
=> Fetching Route Data...
=> [=====================================================================================================================] 971/971 100% 4954/s 0.0s
=> [✓] Route Data Downloaded: 199.249ms
=> Exporting Route Data...
=> [✓] Route Data Exported: 63.297ms
=> Exporting Shared Route Data...
=> Exporting HTML...

{ Invariant Violation: Failed exporting HTML for URL 404 (docs/src/pages/PageNotFound): Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at invariant (/Users/dev/Documents/code/Semantic-UI-React/node_modules/fbjs/lib/invariant.js:42:15)
    at z (/Users/dev/Documents/code/Semantic-UI-React/node_modules/react-static/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:11:166)
    at a.render (/Users/dev/Documents/code/Semantic-UI-React/node_modules/react-static/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:35:16)
    at a.read (/Users/dev/Documents/code/Semantic-UI-React/node_modules/react-static/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:32:288)
    at renderToString (/Users/dev/Documents/code/Semantic-UI-React/node_modules/react-static/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:43:6)
    at renderToStringAndExtract (/Users/dev/Documents/code/Semantic-UI-React/node_modules/react-static/lib/static/index.js:519:68)
    at Object.renderToHtml (/Users/dev/Documents/code/Semantic-UI-React/node_modules/react-static/lib/static/getConfig.js:278:14)
    at _callee8$ (/Users/dev/Documents/code/Semantic-UI-React/node_modules/react-static/lib/static/index.js:556:39)
    at tryCatch (/Users/dev/Documents/code/Semantic-UI-React/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:65:40)
    at Generator.invoke [as _invoke] (/Users/dev/Documents/code/Semantic-UI-React/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:299:22) name: 'Invariant Violation', framesToPop: 1 }
[00:52:59] The following tasks did not complete: build, <parallel>, build:docs, build:docs:static:build
[00:52:59] Did you forget to signal async completion?
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
➜  Semantic-UI-React git:(master)

Version

master (845c347)

@welcome
Copy link

welcome bot commented Oct 17, 2018

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@layershifter
Copy link
Member

Will be fixed in #3218.

@layershifter layershifter changed the title A fresh build fails locally Build: A fresh build fails locally Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants