Skip to content

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

@GigaHierz

Description

@GigaHierz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions