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

Unable to install mobz/elasticsearch-head Part 2 #473

Open
mydevice opened this issue Dec 18, 2021 · 1 comment
Open

Unable to install mobz/elasticsearch-head Part 2 #473

mydevice opened this issue Dec 18, 2021 · 1 comment

Comments

@mydevice
Copy link

mydevice commented Dec 18, 2021

Hello,

Using nmp to install elasticsearch-head from git , i have this error:

[root@localhost elasticsearch-head]# npm install
npm http GET https://registry.npmjs.org/grunt/1.0.1
npm http GET https://registry.npmjs.org/grunt-contrib-clean/1.0.0
npm http GET https://registry.npmjs.org/grunt-contrib-jasmine/1.0.3
npm http GET https://registry.npmjs.org/grunt-contrib-concat/1.0.1
npm http GET https://registry.npmjs.org/grunt-contrib-watch/1.0.0
npm http GET https://registry.npmjs.org/grunt-contrib-connect/1.0.2
npm http GET https://registry.npmjs.org/grunt-contrib-copy/1.0.0
npm http GET https://registry.npmjs.org/karma/1.3.0
npm http GET https://registry.npmjs.org/grunt-karma/2.0.0
npm http GET https://registry.npmjs.org/http-proxy
npm http GET https://registry.npmjs.org/grunt-contrib-concat/1.0.1
npm http GET https://registry.npmjs.org/grunt-contrib-clean/1.0.0
npm http GET https://registry.npmjs.org/grunt-contrib-jasmine/1.0.3
npm http GET https://registry.npmjs.org/grunt/1.0.1
npm http GET https://registry.npmjs.org/grunt-contrib-watch/1.0.0
npm http GET https://registry.npmjs.org/grunt-karma/2.0.0
npm http GET https://registry.npmjs.org/grunt-contrib-connect/1.0.2
npm http GET https://registry.npmjs.org/karma/1.3.0
npm http GET https://registry.npmjs.org/grunt-contrib-copy/1.0.0
npm http GET https://registry.npmjs.org/http-proxy
npm http GET https://registry.npmjs.org/grunt-contrib-concat/1.0.1
npm http GET https://registry.npmjs.org/grunt-contrib-clean/1.0.0
npm http GET https://registry.npmjs.org/grunt-contrib-jasmine/1.0.3
npm http GET https://registry.npmjs.org/grunt-contrib-watch/1.0.0
npm http GET https://registry.npmjs.org/grunt/1.0.1
npm http GET https://registry.npmjs.org/grunt-karma/2.0.0
npm http GET https://registry.npmjs.org/grunt-contrib-connect/1.0.2
npm http GET https://registry.npmjs.org/grunt-contrib-copy/1.0.0
npm http GET https://registry.npmjs.org/karma/1.3.0
npm http GET https://registry.npmjs.org/http-proxy
npm ERR! network connect ETIMEDOUT
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'

npm ERR! System Linux 2.6.32-642.11.1.el6.x86_64
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /usr/share/elasticsearch/plugins/elasticsearch-head
npm ERR! node -v v0.10.48
npm ERR! npm -v 1.3.6
npm ERR! syscall connect
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /usr/share/elasticsearch/plugins/elasticsearch-head/npm-debug.log
npm ERR! not ok code 0

@philipskokoh
Copy link
Collaborator

It seems that you are using old nodejs. Could you try to install latest nodejs?

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