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:
- The name field in packages/react-app/package.json to match @celo-composer-minipay-template/react-app. OR
- 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
Which Framework?
React
What happened?
The command to run the React app is misconfigured due to a mismatch in package naming:
Resolution: To fix this issue, update either:
@viral-sangani would love your opinion on this
Steps to reproduce
No response
Anything else?
No response