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

Kibana fails to start on latest master CJS loader error #79392

Closed
liza-mae opened this issue Oct 3, 2020 · 2 comments · Fixed by #79395
Closed

Kibana fails to start on latest master CJS loader error #79392

liza-mae opened this issue Oct 3, 2020 · 2 comments · Fixed by #79395
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:Operations Team label for Operations Team

Comments

@liza-mae
Copy link
Contributor

liza-mae commented Oct 3, 2020

Kibana version: 8.0.0-SNAPSHOT default
Platform/Package: Ubuntu tar.gz package

internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module 'core-js/modules/es.symbol.description'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/home/vagrant/kibana-8.0.0-SNAPSHOT-linux-x86_64/src/cli/dist.js:3:1)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
@liza-mae liza-mae added bug Fixes for quality problems that affect the customer experience Team:Operations Team label for Operations Team labels Oct 3, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@liza-mae liza-mae changed the title Kibana failing on latest master CJS loader error Kibana fails to start on latest master CJS loader error Oct 3, 2020
@liza-mae
Copy link
Contributor Author

liza-mae commented Oct 3, 2020

I spoke to @spalger the other day about this, where when kibana is installed as part of the FTR inside the kibana repo this does not fail, since it finds the directory structure, but when the package is installed outside the kibana repo the error occurs. This is a separate issue that needs to be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Operations Team label for Operations Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants