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

Contributing Onboarding #104

Open
mmadson opened this issue Mar 15, 2023 · 2 comments
Open

Contributing Onboarding #104

mmadson opened this issue Mar 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@mmadson
Copy link

mmadson commented Mar 15, 2023

Bug Report

Description

Unable to build / run yarn dev from either latest main branch or v1.0.1 tag branch

Steps to Reproduce

  1. Forked Repo
  2. Checkout branch for tag v1.0.1
  3. using node v16.19.1 and yarn 1.22.19 run:
  4. yarn install
  5. yarn link-cli
  6. yarn dev

image

Expected Behavior

Successful build without errors.

Environment

NAME="Ubuntu"
VERSION="20.04.5 LTS (Focal Fossa)"
node v16.19.1
yarn 1.22.19

@mmadson mmadson added the bug Something isn't working label Mar 15, 2023
@ezavgorodniy
Copy link

Interestingly I'm getting this error message only if I run yarn upgrade for some exact packages (@types, @storybook/* or material)

@ezavgorodniy
Copy link

Adding resolutions into package.json (following advice from https://stackoverflow.com/questions/71831601/ts2786-component-cannot-be-used-as-a-jsx-component) helped me to solve the issue

 "resolutions": {
    "@types/react": "17.0.14",
    "@types/react-dom": "17.0.14"
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants