Skip to content

Installing behind a proxy #62

Description

@jakub-astrahit

Hi, here's an issue I'm having when I try to install this repo behind a proxy. When I run this script: npm run init, I get these errors:

> react-redux-typescript-jspm-starter@0.12.0 init 
> jspm install && npm run dev:bundle

     Creating registry cache...

warn Error on locate for github:systemjs/plugin-css, retrying (1).
     Error: connect ECONNREFUSED 192.30.253.113:443
         at Object._errnoException (util.js:1022:11)
         at _exceptionWithHostPort (util.js:1044:20)
         at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14)

warn Error on locate for github:frankwallis/plugin-typescript, retrying (1).
     Error: connect ECONNREFUSED 192.30.253.113:443
         at Object._errnoException (util.js:1022:11)
         at _exceptionWithHostPort (util.js:1044:20)
         at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14)

warn Error on locate for github:alexisvincent/systemjs-hot-reloader, retrying (1).
     Error: connect ECONNREFUSED 192.30.253.112:443
         at Object._errnoException (util.js:1022:11)
         at _exceptionWithHostPort (util.js:1044:20)
         at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14)

err  Error on lookup for npm:tslib
Error: connect ECONNREFUSED 151.101.112.162:443
    at Object._errnoException (util.js:1022:11)
    at _exceptionWithHostPort (util.js:1044:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14)

err  Error looking up npm:tslib.

warn Installation changes not saved.

How can I set up a proxy for installing this please? Is it even possible?

I tried running this but it didn't help: setx HTTPS_PROXY <proxy>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions