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

"npm init gatsby" w/ theme-ui fails to start as it requires emotion/mdx #34882

Closed
2 tasks done
KyleAMathews opened this issue Feb 21, 2022 · 0 comments · Fixed by #34885
Closed
2 tasks done

"npm init gatsby" w/ theme-ui fails to start as it requires emotion/mdx #34882

KyleAMathews opened this issue Feb 21, 2022 · 0 comments · Fixed by #34885
Labels
status: confirmed Issue with steps to reproduce the bug that’s been verified by at least one reviewer. topic: cli Related to the Gatsby CLI type: bug An issue or pull request relating to a bug in Gatsby

Comments

@KyleAMathews
Copy link
Contributor

Preliminary Checks

Description

gatsby-plugin-theme-ui requires @emotion/react @emotion/styled @mdx-js/react to be installed as well.

Reproduction Link

n/a

Steps to Reproduce

  1. npm init gatsby
  2. select "theme-ui" as the styling option
  3. run npm run develop
  4. the develop server fails to start
    ...

Expected Result

The develop server starts

Actual Result

It didn't

Environment

n/a

Config Flags

No response

@KyleAMathews KyleAMathews added the type: bug An issue or pull request relating to a bug in Gatsby label Feb 21, 2022
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Feb 21, 2022
@tyhopp tyhopp added status: confirmed Issue with steps to reproduce the bug that’s been verified by at least one reviewer. topic: cli Related to the Gatsby CLI and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Feb 21, 2022
@tyhopp tyhopp linked a pull request Feb 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: confirmed Issue with steps to reproduce the bug that’s been verified by at least one reviewer. topic: cli Related to the Gatsby CLI type: bug An issue or pull request relating to a bug in Gatsby
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants