Was trying to start yaws on windows, got this:
Erlang (BEAM) emulator version 5.5.4 [async-threads:0]
Eshell V5.5.4 (abort with ^G)
1> cean:install(yaws).
error: ibrowse not downloaded: connection_closed
error: xmlrpc not downloaded: connection_closed
yaws was not installed. failed to install all dependencies.
ok
2> cean:install(ibrowse).
error: ibrowse not downloaded: connection_closed
error
3> cean:install(xmlrpc).
error: xmlrpc not downloaded: connection_closed
error
4> cean:install(someting).
error: someting not downloaded: connection_closed
error
5> cean:install(yaws).
error: ibrowse not downloaded: connection_closed
error: xmlrpc not downloaded: connection_closed
yaws was not installed. failed to install all dependencies.
ok
Thanks for any tips!
-R
