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

Bug: git clone and yarn install fails #32554

Open
sroussey opened this issue Mar 9, 2025 · 1 comment
Open

Bug: git clone and yarn install fails #32554

sroussey opened this issue Mar 9, 2025 · 1 comment
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@sroussey
Copy link

sroussey commented Mar 9, 2025

Steps To Reproduce

  1. git clone https://github.com/facebook/react.git
  2. cd react
  3. yarn
  4. yarn build-for-devtools-dev

❯ yarn build-for-devtools-dev
command not found: cross-env

seems like cross-env should be included in devDependencies

@sroussey sroussey added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Mar 9, 2025
@Yashcodes04
Copy link

This is likely because cross-env is not included in the package.json file under dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
Development

No branches or pull requests

2 participants