You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/10/31 03:56:56 UTC

[GitHub] [rocketmq-dashboard] StyleTang commented on issue #35: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:yarn (yarn build) on project rocketmq-dashboard: Failed to run task

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org