Chocolatey installer hangs up, never finishes

Anyone else experiencing this?

It’s happening to me consistently; choco install meteor seems to just never terminate successfully. You just have to kind of Ctrl+c out of it and hope it installed properly (which seems to be the case, thankfully).

Perhaps you need to add a timeout value so that chocolatey does not timeout.

choco install meteor --execution-timeout=VALUE
1 Like

I’ll give it a shot, thanks!