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 2022/04/15 02:15:09 UTC

[GitHub] [rocketmq-dashboard] 798284909 opened a new issue, #85: can not run in Windows

798284909 opened a new issue, #85:
URL: https://github.com/apache/rocketmq-dashboard/issues/85

   when i  run mvn clean package -Dmaven.test.skip=true
   my os alert this software can not run on your platform
   it seems that the version of yarn is incorretly!
   
   Windows10
   maven3.2.X
   jdk 8


-- 
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.apache.org

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


[GitHub] [rocketmq-dashboard] StyleTang commented on issue #85: can not run in Windows

Posted by GitBox <gi...@apache.org>.
StyleTang commented on issue #85:
URL: https://github.com/apache/rocketmq-dashboard/issues/85#issuecomment-1101315992

   It seems `node` and `yarn` were installed succeed, but no permission when running `yarn install`, maybe we should fix the permission issue.
   
   Another work around is that you can remove the `frontend-maven-plugin` from pom.xml as I mentioned before.


-- 
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


[GitHub] [rocketmq-dashboard] StyleTang commented on issue #85: can not run in Windows

Posted by GitBox <gi...@apache.org>.
StyleTang commented on issue #85:
URL: https://github.com/apache/rocketmq-dashboard/issues/85#issuecomment-1100637472

   Could you provide the Error message?
   By the way, If yarn doesn't work on your environment, you can remove the `frontend-maven-plugin` from `pom.xml`.
   [link](https://github.com/apache/rocketmq-dashboard/blob/master/pom.xml#L414-L453)
   


-- 
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


[GitHub] [rocketmq-dashboard] 798284909 commented on issue #85: can not run in Windows

Posted by GitBox <gi...@apache.org>.
798284909 commented on issue #85:
URL: https://github.com/apache/rocketmq-dashboard/issues/85#issuecomment-1100867836

   > 
   
   thank u for your reply
   this is the screenshot of the error 
   <img width="510" alt="1650198885" src="https://user-images.githubusercontent.com/29478932/163714592-f3de08a1-d93d-4a47-b308-85dc6de7a981.png">
   <img width="727" alt="微信截图_20220417203741" src="https://user-images.githubusercontent.com/29478932/163714591-56d24cae-9b1b-463f-ac36-383ece549755.png">
   
   could i use local yarn and node to build this project?


-- 
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