StyleTang commented on issue #27: URL: https://github.com/apache/rocketmq-dashboard/issues/27#issuecomment-949290086
@ozw999 Could you provide your operating system information, this will help our troubleshooting, for example, Darwin Kernel Version 20.6.0 / Centos 7 / Windows 10 The `frontend-maven-plugin` will install node and yarn, then execute `yarn install` and `yarn build`, you can go to the frontend folder and execute `yarn build` to see what error happened. ```shell cd frontend yarn build ``` 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]
