Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The kibana develop problem #7658

Closed
LazyerHong opened this issue Jul 7, 2016 · 1 comment
Closed

The kibana develop problem #7658

LazyerHong opened this issue Jul 7, 2016 · 1 comment

Comments

@LazyerHong
Copy link

I have applied a open source kibana app elasticsearch_status in the kibana4.2.
But when i npm start the kibana, there are some errors:

ERROR in ./installedPlugins/elasticsearch_status-master/public/app.js
Module not found: Error: Cannot resolve 'file' or 'directory' /home/elk/kibana-4.2/src/ui/public/autoload/styles in /home/elk/kibana-4.2/installedPlugins/elasticsearch_status-master/public
@ ./installedPlugins/elasticsearch_status-master/public/app.js 13:0-29
Unhandled rejection Error: Optimizations failure.
ERROR in ./installedPlugins/elasticsearch_status-master/public/app.js
Module not found: Error: Cannot resolve 'file' or 'directory' /home/elk/kibana-4.2/src/ui/public/autoload/styles in /home/elk/kibana-4.2/installedPlugins/elasticsearch_status-master/public
@ ./installedPlugins/elasticsearch_status-master/public/app.js 13:0-29
at Object.exports.create (/home/elk/kibana-4.2/node_modules/boom/lib/index.js:21:17)
at LazyOptimizer.failedStatsToError (/home/elk/kibana-4.2/src/optimize/BaseOptimizer.js:167:17)
at Compiler. (/home/elk/kibana-4.2/src/optimize/lazy/LazyOptimizer.js:44:22)
at Compiler.applyPlugins (/home/elk/kibana-4.2/node_modules/webpack/node_modules/tapable/lib/Tapable.js:26:37)
at Watching._done (/home/elk/kibana-4.2/node_modules/webpack/lib/Compiler.js:78:17)
at Watching. (/home/elk/kibana-4.2/node_modules/webpack/lib/Compiler.js:51:17)
at /home/elk/kibana-4.2/node_modules/webpack/lib/Compiler.js:403:12
at Compiler.next (/home/elk/kibana-4.2/node_modules/webpack/node_modules/tapable/lib/Tapable.js:67:11)
at Compiler. (/home/elk/kibana-4.2/node_modules/webpack/lib/CachePlugin.js:40:4)
at Compiler.applyPluginsAsync (/home/elk/kibana-4.2/node_modules/webpack/node_modules/tapable/lib/Tapable.js:71:13)
at Compiler. (/home/elk/kibana-4.2/node_modules/webpack/lib/Compiler.js:400:9)
at Compilation. (/home/elk/kibana-4.2/node_modules/webpack/lib/Compilation.js:576:13)
at Compilation.applyPluginsAsync (/home/elk/kibana-4.2/node_modules/webpack/node_modules/tapable/lib/Tapable.js:60:69)
at Compilation. (/home/elk/kibana-4.2/node_modules/webpack/lib/Compilation.js:571:10)
at Compilation.applyPluginsAsync (/home/elk/kibana-4.2/node_modules/webpack/node_modules/tapable/lib/Tapable.js:60:69)
at Compilation. (/home/elk/kibana-4.2/node_modules/webpack/lib/Compilation.js:566:9)

What are the errors mean? Thanks!

@Bargs
Copy link
Contributor

Bargs commented Jul 7, 2016

Dupe of #7657

@Bargs Bargs closed this as completed Jul 7, 2016
cee-chen added a commit that referenced this issue Apr 9, 2024
`v93.5.2` ⏩ `v93.6.0`

---

## [`v93.6.0`](https://github.com/elastic/eui/releases/v93.6.0)

- Updated `EuiBreadcrumb` styles to improve visual distinction of
clickable breadcrumbs
([#7615](elastic/eui#7615))

**Deprecations**

- Deprecated `color` prop on `EuiBreadcrumb`
([#7615](elastic/eui#7615))

**Bug fixes**

- Fixed `EuiComboBox` to correctly select full matches within groups via
the `Enter` key ([#7658](elastic/eui#7658))

**Accessibility**

- Updated `EuiHeaderBreadcrumb` styles to ensure min. required color
contrast ([#7643](elastic/eui#7643))
- `EuiSuperSelect` now correctly reads out parent `EuiFormRow` labels to
screen readers ([#7650](elastic/eui#7650))
- `EuiSuperSelect` now more closely mimics native `<select>` behavior in
its keyboard behavior and navigation
([#7650](elastic/eui#7650))
- `EuiSuperSelect` no longer strands keyboard focus on close
([#7650](elastic/eui#7650))
- `EuiSuperSelect` now correctly allows keyboard navigating past
disabled options in the middle of the options list
([#7650](elastic/eui#7650))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants