Running `famouse create` fails with ETIMEDOUT
Open
- Dominant language
- JavaScript
- Stars
- 26
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.