You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: