Famous / famous-cli

Other
28 stars 20 forks source link

Running `famouse create` fails with ETIMEDOUT #71

Open evil-shrike opened 9 years ago

evil-shrike commented 9 years ago

I've installed famous-cli and trying to create a project. It fails. I'm behind a http proxy. But npm works fine. I tried to set http_proxy environment variable with no luck.

C:\>npm install -g famous-cli
C:\>famous -v
0.5.2

C:\>famous create test
events.js:85
      throw er; // Unhandled 'error' event
            ^
Error: connect ETIMEDOUT
    at exports._errnoException (util.js:746:11)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1010:19)