In nose_modules/ couldn't find babel-runtime folder so I've tried to: npm install --save-dev @babel/runtime but received info that don't have license filed. Added to package.json key "license": "Apache-2.0", and received following info:
+ @babel/runtime@7.0.0-beta.55
updated 1 package in 2.064s
What for me means OK. But still babel-runtime folder is not present and Kibana doesn't start.
How to fix it? Don't want to reinstall Kibana being affraid of loosing a lot of work made with visualization.
Update:
I've copied whole folder babel-register from installation .zip. Received info that lodash/cleanDeep is not present. Done npm i --save lodash.clonedeep, got
+ lodash.clonedeep@4.5.0
removed 2 packages and updated 1 package in 1.682s
and babel-register disappeared and Kibana is out-of-order still.
hmm, strange indeed. I know you are concerned about losing your work within Kibana, but reinstalling Kibana itself shouldn't have any impact on your data. Kibana stores all of your visualizations, dashboards, etc within Elasticsearch, so as long as you don't uninstall Elasticsearch, your data will be safe.
I'd recommend doing a fresh Kibana install, and see if that helps you
If you want to stick with 6.2.4, then you can. If you stay with that version, then there is no need to reinstall ES. I would leave ES alone, and see if just reinstalling Kibana (6.2.4) solves your problem.
I've reistalled Kibana to my current 6.2.4, applied SG for Kibana & seems that all is working & no data/work is lost.
Still strange & don't know what was wrong.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.