Node.js 使用Maven运行visallo时出错

Node.js 使用Maven运行visallo时出错,node.js,maven,Node.js,Maven,我试图安装并运行visallo软件进行数据分析。i.下列文件 我在运行命令时成功克隆了源代码 mvn-DskipTests compile命令它将引发以下错误: 完全错误是 [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.3:install-node-and-yarn (install-node-and-yarn) on project visallo-web: Could not extrac

我试图安装并运行visallo软件进行数据分析。i.下列文件 我在运行命令时成功克隆了源代码
mvn-DskipTests compile
命令它将引发以下错误:

完全错误是

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.3:install-node-and-yarn (install-node-and-yarn) on project visallo-web: Could not extract the Yarn archive: Could not extract archive: '/home/sindhuja/.m2/repository/com/github/eirslett/yarn/0.17.10/yarn-0.17.10./yarn-v0.17.10.tar.gz': EOFException -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :visallo-web
[ERROR]无法在project visallo web上执行目标com.github.eirslett:frontend maven插件:1.3:安装节点和纱线(安装节点和纱线):无法提取纱线存档:无法提取存档:'/home/sindhuja/.m2/repository/com/github/eirslett/纱线/0.17.10/纱线-0.17.10./纱线-v0.17.10.tar.gz':EOFEException->[Help 1]
[错误]
[错误]要查看错误的完整堆栈跟踪,请使用-e开关重新运行Maven。
[错误]使用-X开关重新运行Maven以启用完整调试日志记录。
[错误]
[错误]有关错误和可能的解决方案的更多信息,请阅读以下文章:
[错误][帮助1]http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[错误]
[错误]纠正问题后,可以使用命令恢复生成
[错误]mvn-射频:visallo网络
[信息]Visallo:Web:Base。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。故障[1.077秒] 是产生错误的地方

我安装了所有必需的依赖项

  • nodejs版本4.7.2
  • git版本2.11.0
  • maven版本3.3.9
  • 纱线版本0.24.5
  • ubuntu 17.04
  • pom.xml代码是:

    看起来纱线可能没有正确下载(类似问题:)

    尝试:

  • 删除
    /home/sindhuja/.m2/repository/com/github/eirslett/
  • 重新运行
    mvn-DskipTests编译
  • [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.3:install-node-and-yarn (install-node-and-yarn) on project visallo-web: Could not extract the Yarn archive: Could not extract archive: '/home/sindhuja/.m2/repository/com/github/eirslett/yarn/0.17.10/yarn-0.17.10./yarn-v0.17.10.tar.gz': EOFException -> [Help 1]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
    [ERROR] 
    [ERROR] After correcting the problems, you can resume the build with the command
    [ERROR]   mvn <goals> -rf :visallo-web