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
>> path cleaned. Running "clean:target" (clean) task
>> 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 directories, copied files Running "clean:devSourceForTestbed" (clean) task
>> 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: (%) / Updated: / Deleted: / New: 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
>> paths cleaned. Running "clean:examplesFromModules" (clean) task
>> paths cleaned. Running "run:optimizeBuild" (run) task
Warning: non-zero exit code Use --force to continue. Aborted due to warnings.
error An unexpected error occurred: "Command failed.
Exit code:
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查看,都没有很好的解决方法,暂时记录下来。

Kibana6.x.x---编译源码,在执行优化任务时,报警告的更多相关文章

  1. 【JDK命令行 一】手动编译Java源码与执行字节码命令合集(含外部依赖引用)

    写作目标 记录常见的使用javac手动编译Java源码和java手动执行字节码的命令,一方面用于应对 Maven 和 Gradle 暂时无法使用的情况,临时生成class文件(使用自己的jar包):另 ...

  2. LINUX下编译源码时所需提前安装的常用依赖包列表

    yum -y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-deve ...

  3. ubuntu配置android开发环境和编译源码遇到的一些问题

    ---------------------------------------------环境变量设置--------------------------------------------- 1.设 ...

  4. 【流媒体开发】VLC Media Player - Android 平台源码编译 与 二次开发详解 (提供详细800M下载好的编译源码及eclipse可调试播放器源码下载)

    作者 : 韩曙亮  博客地址 : http://blog.csdn.net/shulianghan/article/details/42707293 转载请注明出处 : http://blog.csd ...

  5. c#源码的执行过程

    我想也许要写些东西,记录我做程序员的日子吧 ================================================ 要讲到C#源码的执行过程 首先要提下程序集,因为Clr并不 ...

  6. Centos7服务器中通过编译源码安装MySQL

    基于在Centos7服务器上使用 yum 安装MySQL5.7到默认路径 在修改文件存储位置的时候,折腾了一番没有将成功将datadir修改为我想要的位置 我决定再尝试一下通过编译源码来自定义安装: ...

  7. 通过清华大学镜像下载Android源码并编译源码

    之前看源码都是在Windows下用SourceInsight看,虽然达到了研究源码的效果,但终究还是有遗憾...趁着周末,准备在Ubuntu虚拟机上下载编译源码. 之前下源码时,有了解一些Androi ...

  8. Ubuntu下Ruby的下载和编译源码安装

    1.Ruby的下载 Ruby可以在Ruby 官网上下载,如果想获取更多的Ruby版本,可以到淘宝镜像网站下载. 2.Ruby的编译源码安装 解压 首先把下载下来的源码压缩包解压到自己指定的目录 编译安 ...

  9. CentOS 编译源码安装MySQL-5.6.16

    mysql5.6.16的安装和之前的5.5.5.1有些不同,编译的时候不再使用./configure来进行了,使用了cmake命令来进行编译项目. 1.准备编译环境 yum -y installmak ...

  10. 反爬虫:利用ASP.NET MVC的Filter和缓存(入坑出坑) C#中缓存的使用 C#操作redis WPF 控件库——可拖动选项卡的TabControl 【Bootstrap系列】详解Bootstrap-table AutoFac event 和delegate的分别 常见的异步方式async 和 await C# Task用法 c#源码的执行过程

    反爬虫:利用ASP.NET MVC的Filter和缓存(入坑出坑)   背景介绍: 为了平衡社区成员的贡献和索取,一起帮引入了帮帮币.当用户积分(帮帮点)达到一定数额之后,就会“掉落”一定数量的“帮帮 ...

随机推荐

  1. LoadRunner Controller

    1.Controller的引入 1)需要Controller的原因?需要多个用户来模拟并发的时候. 2)一种强大的.成熟的工具的体现. 2. Controller的启动方式 1)LoadRunner ...

  2. 599. Minimum Index Sum of Two Lists两个餐厅列表的索引和最小

    [抄题]: Suppose Andy and Doris want to choose a restaurant for dinner, and they both have a list of fa ...

  3. 243. Shortest Word Distance 最短的单词index之差

    [抄题]: Given a list of words and two words word1 and word2, return the shortest distance between thes ...

  4. scala _ parameter

    Given that sequence, use reduceLeft to determine different properties about the collection. The foll ...

  5. A. Xor-tree

    题目意思: 给一颗n个节点的树,每个节点有一个值要么是0要么是1,改变某个节点的值时,它的儿子不变,它儿子的儿子翻转,它儿子的儿子的儿子不变,如此类推.给定各个节点的目标值,求最少的翻转次数,使得达到 ...

  6. 7. Smali基础语法总结

    最近在学习Android 移动安全逆向方面,逆向首先要看懂代码,Android4.4之前一直使用的是 Dalivk虚拟机,而Smali是用于Dalivk的反汇编程序的实现. Smali 支持注解,调试 ...

  7. Ubuntu安装开发版pidgin支持lwqq插件

    sudo add-apt-repository ppa:lainme/pidgin-lwqq  """添加pidgin-lwqq源""" s ...

  8. 转 Delphi中XLSReadWrite控件的使用(2)---基本应用

    unit Main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, ...

  9. DOM--sql server

    public List<LianHeData> select(int ID) { List<LianHeData> list = new List<LianHeData& ...

  10. easyui打开dialog后给弹出框内输入框赋值问题

    在写一个弹出页面的时候,里面有一些输入框,需要在弹出的时候从数据库取值并且赋值,刚开始在弹出的时候使用$(id).val(value),结果赋值失败,为空当时纠结了一会,然后突然想到在easyui打开 ...