kibana 6.5.4
yarn kbn bootstrap error.
@kbn/config-schema: $ yarn build
@kbn/datemath: $ yarn build --quiet
@kbn/system-loader: $ yarn build
@kbn/config-schema: $ tsc
@kbn/datemath: $ babel src --out-dir target --copy-files --quiet
@kbn/system-loader: $ tsc
@kbn/system-loader: ../../node_modules/@types/hapi-latest/index.d.ts(2108,36): error TS2314: Generic type 'Policy<T, O>' requires 2 type argument(s).
@kbn/system-loader: ../../node_modules/@types/hapi-latest/index.d.ts(2637,44): error TS2314: Generic type 'PolicyOptions<T>' requires 1 type argument(s).
@kbn/system-loader: ../../node_modules/@types/hapi-latest/index.d.ts(2696,45): error TS2314: Generic type 'PolicyOptions<T>' requires 1 type argument(s).
@kbn/system-loader: ../../node_modules/@types/hapi-latest/index.d.ts(2776,13): error TS2314: Generic type 'EnginePrototype<T>' requires 1 type argument(s).
@kbn/system-loader: ../../node_modules/@types/react-redux/index.d.ts(97,64): error TS2694: Namespace 'global.JSX' has no exported member 'LibraryManagedAttributes'.
@kbn/system-loader: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
× @kbn/system-loader: error Command failed with exit code 2.
@kbn/system-loader: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
× @kbn/system-loader: error Command failed with exit code 1.
[bootstrap] failed:
Error: Command failed: yarn run kbn:bootstrap
error Command failed with exit code 2.
error Command failed with exit code 1.
$ yarn build
$ tsc
../../node_modules/@types/hapi-latest/index.d.ts(2108,36): error TS2314: Generic type 'Policy<T, O>' requires 2 type argument(s).
../../node_modules/@types/hapi-latest/index.d.ts(2637,44): error TS2314: Generic type 'PolicyOptions<T>' requires 1 type argument(s).
../../node_modules/@types/hapi-latest/index.d.ts(2696,45): error TS2314: Generic type 'PolicyOptions<T>' requires 1 type argument(s).
../../node_modules/@types/hapi-latest/index.d.ts(2776,13): error TS2314: Generic type 'EnginePrototype<T>' requires 1 type argument(s).
../../node_modules/@types/react-redux/index.d.ts(97,64): error TS2694: Namespace 'global.JSX' has no exported member 'LibraryManagedAttributes'.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
at makeError (E:\github\kibana\kibana\packages\kbn-pm\dist\index.js:35534:9)
at Promise.all.then.arr (E:\github\kibana\kibana\packages\kbn-pm\dist\index.js:35639:16)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.