CleverStack / cleverstack-cli

CLI for CleverStack
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
196 stars 33 forks source link

CLI Init Issue (freezes) #75

Closed scfox closed 9 years ago

scfox commented 9 years ago

I am having identical issue to CLI Init errors #65, but on clever version 1.2.7

clever init cs12 -f freezes at either 7% or 21% of backend installation. I've tried: bower cache clean npm cache clean sudo rm -rf ~/.npm I've also tried running clever command with sudo and reinstalling clever, bower, and npm. All same results:

Preparing for installation... └── Creating project installation path...

Installing Backend... ├── Installation path is .../cs12/backend...ding... ┊ Step Time: 1s ┊Downloading and extracting node-seed...

Status @ 3s | Installation Progress: [▒---------] 7 % ┊ Installing: Backend ┊ Step: Downloading and extracting node-seed... ┊ Step Time: 2s ┊

pilsy commented 9 years ago

Hi @scfox - i'm wondering if this is a symptom of https://github.com/derrickpelletier/node-status/issues/9#issuecomment-104736810 ...

While it's running and looks frozen, have you tried pushing the up or down key, or pressing enter ... does the output change then?

scfox commented 9 years ago

That did work around the problem and let it run to completion. Thanks.