StyleTang commented on issue #35:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/35#issuecomment-955632435


   Sorry for the late reply, this issue may be caused by Windows does not have 
the `mv` command.
   
   `rocketmq-dashboard/frontend/package.json` use the `mv` command to rename 
`index.html`
   
   ```json
   "scripts": {
       "start": "react-scripts start",
       "build": "react-scripts build && mv build/index.html build/app.html",
       "test": "react-scripts test",
       "eject": "react-scripts eject"
     }
   ```
   
   Already [fix 
it](https://github.com/apache/rocketmq-dashboard/commit/d73d9b2793c40c7e8d88012e5ec5ee70c42f02d2),
 have a try again.
   
   By the way, the rocketmq-dashboard 2.0.0 which will separate the frontend 
and backend is still in development, you can use the first release 
[rocketmq-dashboard-1.0.0](https://github.com/apache/rocketmq-dashboard/releases/tag/rocketmq-dashboard-1.0.0)
   
   Hope it helps.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to