齐柏林飞艇构建失败 - 无法运行任务:'grunt --no-color'失败



我想在OSX 10.8上安装Apache Zeppelin,但由于一些神秘的原因,构建失败了。规格:Java 1.7,Maven 3.3,node v0.12.4和grunt v0.1.13。

我正在运行以下命令:

mvn clean package -DskipTests

我得到以下输出:

    [INFO] Zeppelin: web Application .......................... FAILURE [ 18.310 s]
    [INFO] Zeppelin: Server ................................... SKIPPED
    [INFO] Zeppelin: Packaging distribution ................... SKIPPED
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 07:53 min
    [INFO] Finished at: 2016-01-14T18:32:13-05:00
    [INFO] Final Memory: 78M/387M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt build) on project zeppelin-web: Failed to run task: 'grunt --no-color' failed. (error code 3) -> [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 :zeppelin-web

咕噜声似乎有一些错误,但我不确定。

在构建失败之前检查日志,您可能会遇到JavaScript错误。

相关内容

最新更新