I tried the following multiple times:
- Create a new StockDog folder (ie. StockDog2, StockDog3 and so on).
- Open Terminal, change working directory new StockDog folder.
- run
Code:
yo angular newStockDogFolderName
When
yo is working, the rectangular cursor has a rotating line inside it, suggesting progress but not yet done.
However ---
always at the same point --- everything seems to come to a
halt. This occurs at:
Code:
app/index.html modified
Here's snap shot of Terminal when yo
hangs at
app/index.html modified:
http://s1.postimg.org/d3503tl0v/hang_start.png
The rotating line is absent from the cursor. No line requesting import appears. At first glance yo appears to have completed. But the cursor prefix is missing.
Also note there are
NO instructions to press the enter key.
I found that as soon as I press the enter key, progress resumes. (Progress always resumes after several minutes pause.)
After pressing return, a question appears:
http://s15.postimg.org/xgd59sqjv/han...lding_done.png
Why doesn't that question appear when yo hangs? That's confusing, because there are no instructions to press return when yo hangs!
QUESTIONS:
- Why is yo hanging at app/index.html modified?
- Why are NO instructions presented to press return? (This makes working with yo confusing.)