已解决elasticsearch-head启动失败,报Failed at the elasticsearch-head@0.0.0 start script.

导读:本篇文章讲解 已解决elasticsearch-head启动失败,报Failed at the elasticsearch-head@0.0.0 start script.,希望对大家有帮助,欢迎收藏,转发!站点地址:www.bmabk.com

一、前言

我们在学习ES时,安装可视化的界面,elasticsearch-head启动时报错。我们只需要按照报错的提示一步步进行设置安装环境就好了,下面跟着小编一起解决吧!!

二、报错展示

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! elasticsearch-head@0.0.0 start: `grunt server`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the elasticsearch-head@0.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2022-01-10T02_51_13_341Z-debug.log

三、解决

报错信息提示说没有grunt环境,我们安装一下即可

1. 安装grunt

npm install grunt --save-dev

在这里插入图片描述
2. 重新启动

npm run start

在这里插入图片描述
3. 继续依次安装所需要的依赖

 npm install grunt-contrib-clean
 npm install grunt-contrib-concat
 npm install grunt-contrib-watch
 npm install grunt-contrib-connect
 npm install grunt-contrib-copy
 npm install grunt-contrib-jasmine

在这里插入图片描述
4. 重新启动

npm run start

在这里插入图片描述
5. 启动成功

localhost:9100

在这里插入图片描述

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

文章由极客之音整理,本文链接:https://www.bmabk.com/index.php/post/85226.html

(0)
小半的头像小半

相关推荐

极客之音——专业性很强的中文编程技术网站,欢迎收藏到浏览器,订阅我们!