0
votes

I am installing Jquery package using nodeJs command prompt but it is giving me error.

here i did the following thing ...

  1. Installed Node Js
  2. I have set proxy using 'npm config set https-proxy "proxy address"'.
  3. Installed bower using "npm install -g bower requirejs"
  4. When i run command "bower install jquery" it is giving me following error

    C:\wamp\www\RequireBackbone>bower install jquery

    bower retry Request to https://bower.herokuapp.com/packages/jquery failed with ECONNRESET, retrying in 1.1s

    bower retry Request to https://bower.herokuapp.com/packages/jquery failed with ECONNRESET, retrying in 3.1s

    bower retry Request to https://bower.herokuapp.com/packages/jquery failed with ECONNRESET, retrying in 5.2s

    bower retry Request to https://bower.herokuapp.com/packages/jquery failed with ECONNRESET, retrying in 9.4s

1
Is this a problem for npm also or is it happening only on bower. - user568109
it is npm problem.. or might be proxy problem also - Rushikesh jogle
Can you browse net using proxy- http and https. - user568109
Try the first answer mentioned here stackoverflow.com/questions/11773509/… - user568109

1 Answers

1
votes

This might be related to a known issue in bower. Try setting this environment variable -

export HTTPS_PROXY=http://<proxy_server>