zoukankan      html  css  js  c++  java
  • Kibana6.x.x---编译源码,在执行优化任务时,报警告

    wangxuan@tryman:/home/kibana_git/kibana6.2.2$ yarn release
    yarn run v1.5.1
    $ grunt release
    Running "_release:confirmUpload" task
    Do you want to actually upload the files to s3 after building?, [N/y] N
    
    Running "build" task
    
    Running "clean:build" (clean) task
    >> 1 path cleaned.
    
    Running "clean:target" (clean) task
    >> 0 paths cleaned.
    
    Running "_build:downloadNodeBuilds" task
    >> Downloading darwin-x86_64 and corresponding sha
    >> Downloading linux-x86_64 and corresponding sha
    >> Downloading windows-x86_64 and corresponding sha
    >> linux-x86_64 downloaded and verified
    >> darwin-x86_64 downloaded and verified
    >> windows-x86_64 downloaded and verified
    
    Running "_build:extractNodeBuilds" task
    
    Running "copy:devSource" (copy) task
    Created 697 directories, copied 3042 files
    
    Running "clean:devSourceForTestbed" (clean) task
    >> 1 path cleaned.
    
    Running "babel:build" (babel) task
    
    Running "_build:plugins" task
    
    Running "_build:data" task
    
    Running "i18nextract:default_options" (i18nextract) task
    
    
    Create file: build/i18n_extract/en.json
    Statistics : empty: 223 (100%) / Updated: 0 / Deleted: 0 / New: 223
    
    Running "_build:check" task
    
    Running "_build:packageJson" task
    
    Running "_build:readme" task
    
    Running "_build:babelCache" task
    
    Running "_build:installDependencies" task
    
    Running "_build:notice" task
    
    Running "_build:removePkgJsonDeps" task
    
    Running "clean:testsFromModules" (clean) task
    >> 2397 paths cleaned.
    
    Running "clean:examplesFromModules" (clean) task
    >> 536 paths cleaned.
    
    Running "run:optimizeBuild" (run) task
    Warning: non-zero exit code 64 Use --force to continue.
    
    Aborted due to warnings.
    error An unexpected error occurred: "Command failed.
    Exit code: 3
    Command: sh
    Arguments: -c grunt release
    Directory: /home/kibana_git/kibana6.2.2
    Output:
    ".
    info If you think this is a bug, please open a bug report with the information provided in "/home/kibana_git/kibana6.2.2/yarn-error.log".
    info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

    查看官网,FQ查看,都没有很好的解决方法,暂时记录下来。

  • 相关阅读:
    Ajax省市区无刷新单表联动查询
    Hadoop2.0、YARN技术大数据视频教程
    零基础DNET B/S开发软件工程师培训视频教程
    零基础DNET CS开发视频教程
    HTML5开发框架PhoneGap实战视频教程
    Web前端开发视频教程
    FluentData 轻量级.NET ORM持久化技术详解
    前端 MVVM 框架KnockOut.JS深入浅出视频教程
    ASP.NET Web开发项目实战视频教程
    零基础到CS开发高手通用权限管理系统全程实录
  • 原文地址:https://www.cnblogs.com/lishidefengchen/p/8624547.html
Copyright © 2011-2022 走看看