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]: Mismatched Package Name in Command Configuration #41

Open
GigaHierz opened this issue Jan 8, 2025 · 0 comments
Open

[Bug]: Mismatched Package Name in Command Configuration #41

GigaHierz opened this issue Jan 8, 2025 · 0 comments

Comments

@GigaHierz
Copy link
Contributor

Which Framework?

React

What happened?

The command to run the React app is misconfigured due to a mismatch in package naming:

  • The React app's name is defined as @example/react-app in packages/react-app/package.json.
  • However, the command in the root package.json references @celo-composer-minipay-template/react-app.

Resolution: To fix this issue, update either:

  1. The name field in packages/react-app/package.json to match @celo-composer-minipay-template/react-app. OR
  2. The command in the root package.json to reference the correct name: @example/react-app.

@viral-sangani would love your opinion on this

Steps to reproduce

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant