how can I install gulp for windows 7? - node.js

Trying to install gulp with npm :
npm install gulp
Getting the following error:
npm ERR! fetch failed https://registry.npmjs.org/minimist/-/minimist-1.1.1.tgz
npm ERR! fetch failed https://registry.npmjs.org/minimist/-/minimist-1.1.1.tgz
npm ERR! fetch failed https://registry.npmjs.org/minimist/-/minimist-1.1.1.tgz
npm ERR! network tunneling socket could not be established, cause=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 Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "gulp"
npm ERR! cwd C:\gulpapp
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! code ECONNRESET
npm ERR! not ok code 0
Then I tried this:
npm config set proxy=null
Did not solve it either. How get around this?

Related

unable to install Gulp on nodejs

I am getting the below error while i run the command "npm install gulp -g".
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "install" "gulp" "-g"
npm ERR! node v6.10.2
npm ERR! npm v3.10.10
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! syscall connect
npm ERR! network connect ETIMEDOUT (IP)
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 settin
gs.
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! Please include the following file with any support request:
npm ERR! C:\Users\MID\npm-debug.log

npm not working - ETIMEDOUT

I can't install some npm modules. some modules are installed normally and others gives the below error.
I am not using any proxy.
This is the error message :
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "express"
npm ERR! node v6.2.0
npm ERR! npm v3.8.9
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! syscall connect
npm ERR! network connect ETIMEDOUT 185.31.**.***80
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'

Error installing cordova windows 7

I have some problem while i started to install cordova
I use windows 7
I run npm install -g cordova in administrator mode
Attempting to install cordova as per the docs, gives the following
$ npm install -g cordova
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "cordova"
npm ERR! node v4.3.2
npm ERR! npm v2.14.12
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! syscall connect
npm ERR! network connect ETIMEDOUT 103.245.222.162:443
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! Please include the following file with any support request:
npm ERR! C:\Users\sridharanp\npm-debug.log

NPM EXPRESS module installation error

I am getting below error while trying to install EXPRESS.js package with NPM. I am not sure why this is coming. I am trying with admin user on Windows PC.
ERROR 1:
C:\Users\Dell>npm install -g express
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs
\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "express"
npm ERR! node v0.12.2
npm ERR! npm v2.7.4
npm ERR! code ECONNRESET
npm ERR! network tunneling socket could not be established, cause=connect ECONNR
EFUSED
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 settin
gs.
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! Please include the following file with any support request:
npm ERR! C:\Users\Dell\npm-debug.log
ERROR 2: after running "npm config delete proxy" command.
C:\Users\Dell>npm install -g express
npm ERR! fetch failed https://registry.npmjs.org/express/-/express-4.13.1.tgz
npm WARN retry will retry, error on last attempt: Error: getaddrinfo ENOTFOUND r
egistry.npmjs.org
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "express"
npm ERR! node v0.12.2
npm ERR! npm v2.7.4
npm ERR! shasum check failed for C:\Users\Dell\AppData\Local\Temp\npm-7968-a914624e\registry.npmjs.org\express\-\express-4.13.1.tgz
npm ERR! Expected: f117aa1d1f6bedbc8de5b6d71fc31a5acd0f63df
npm ERR! Actual: 6e848d49c41d8af4d604e4c76036af8a5552ec5a
npm ERR! From: https://registry.npmjs.org/express/-/express-4.13.1.tgz
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Dell\npm-debug.log

Getting npm install error

When i am trying npm install i am getting following error. Please suggest me what could be the possible problem and solution for this problem.
npm ERR! network tunneling socket could not be established, cause=connect ECONNR
EFUSED
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 settin
gs.
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 Windows_NT 6.1.7601
npm ERR! command "d:\\Program Files\\nodejs\\node.exe" "d:\\Program Files\\nodej
s\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd d:\Asgard_Odin\odin\asgard-framework
npm ERR! node -v v0.10.24
npm ERR! npm -v 1.3.21
npm ERR! code ECONNRESET
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! d:\Asgard_Odin\odin\asgard-framework\npm-debug.log
npm ERR! not ok code 0
This error could be caused by various reasons:
The npm servers having some troubles. Try a mirrow, for example: npmjs.eu
You are behind a firewall? Try to set up a proxy for npm.

Resources