Fork me on Gitee

dubbo-admin 编译后jar

https://github.com/apache/dubbo-admin

出现错误:

Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:install-node-and-npm (install node and npm) on project dubbo-admin-ui: Could not extract the Node archive: Could not extract archive: 'D:\DevTools\myRepository\com\github\eirslett\node\

image

然后进入dubbo-admin-ui的控制界面执行 npm install

image

还出现问题: 尝试https://nodejs.org/dist/v9.11.1/node-v9.11.1-win-x64.zip 自己下载 放到maven路径

问题 得到解决


image


mvn clean package -Dmaven.test.skip=true


image

posted @ 2020-04-27 22:29  ---dgw博客  阅读(697)  评论(0编辑  收藏  举报