apache/rocketmq-dashboard

maven 打包失败

Opened this issue · 3 comments

maven 3.8
java 11

报错:Could not download Node.js from: https://nodejs.org/dist/v16.2.0/win-x64/node.exe: Could not download https://nodejs.org/dist/v16.2.0/win-x64/node.exe

怎么解决的,有找到解决方法吗,我也遇到同样的问题
image

修改pom.xml中node插件的配置
<configuration>
<nodeDownloadRoot>https://cdn.npmmirror.com/binaries/node/</nodeDownloadRoot>
<nodeVersion>v16.2.0</nodeVersion>
<yarnVersion>v1.22.10</yarnVersion>
</configuration>