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 #330

Closed
GigaHierz opened this issue Jan 7, 2025 · 1 comment
Closed

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

GigaHierz opened this issue Jan 7, 2025 · 1 comment
Labels
Scout Game - Common builders signed up to the Scout Game will receive a reward for this issue: https://scoutgame.xyz/

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

@GigaHierz GigaHierz added the Scout Game - Common builders signed up to the Scout Game will receive a reward for this issue: https://scoutgame.xyz/ label Jan 7, 2025
@GigaHierz
Copy link
Contributor Author

closed by moving the issue to the minipay-template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scout Game - Common builders signed up to the Scout Game will receive a reward for this issue: https://scoutgame.xyz/
Projects
None yet
Development

No branches or pull requests

1 participant