1

我想在 OSX 10.8 上安装 Apache Zeppelin,但由于某些神秘原因构建失败。规格:Java 1.7、Maven 3.3、节点 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

grunt 似乎有些错误,但我不确定。

4

0 回答 0