Skip to content

Instantly share code, notes, and snippets.

@saifsmailbox98
Last active July 3, 2017 19:10
Show Gist options
  • Save saifsmailbox98/d2bbb0b5fe25f9e52fe4a07574fe4d47 to your computer and use it in GitHub Desktop.
Save saifsmailbox98/d2bbb0b5fe25f9e52fe4a07574fe4d47 to your computer and use it in GitHub Desktop.
$ npm install jade --save
npm ERR! Linux 4.9.17-c9
npm ERR! argv "/home/ubuntu/.nvm/versions/node/v4.1.2/bin/node" "/home/ubuntu/.nvm/versions/node/v4.1.2/bin/npm" "install" "jade" "--save"
npm ERR! node v4.1.2
npm ERR! npm  v2.14.4
npm ERR! code ECONNREFUSED
npm ERR! errno ECONNREFUSED
npm ERR! syscall connect

npm ERR! Error: connect ECONNREFUSED 127.0.0.1:15443
npm ERR!     at Object.exports._errnoException (util.js:849:11)
npm ERR!     at exports._exceptionWithHostPort (util.js:872:20)
npm ERR!     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1060:14)
npm ERR!  { [Error: connect ECONNREFUSED 127.0.0.1:15443]
npm ERR!   code: 'ECONNREFUSED',
npm ERR!   errno: 'ECONNREFUSED',
npm ERR!   syscall: 'connect',
npm ERR!   address: '127.0.0.1',
npm ERR!   port: 15443,
npm ERR!   parent: '@saifsmailbox98/how-to-npm' }
npm ERR! 
npm ERR! If you are behind a proxy, please make sure that the
npm ERR! 'proxy' config is set properly.  See: 'npm help config'

npm ERR! Please include the following file with any support request:
npm ERR!     /home/ubuntu/workspace/how-to-npm/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment