Book: Professional AngularJS
Publish date: 2015
Chapter: Building a Sample AngularJS Application
Page: 5-6 (PDF format)
------------
==================
BACKGROUND
==================
In Terminal with my working directory set to the folder
StockDog, I ran:
Code:
yo angular StockDog
I responded to the first three questions as directed in the book:
- "Would you like to use Sass (with Compass)?" I pressed "n".
- "Would you like to include Bootstrap?" I pressed the enter key.
- "Which modules would you like to include?" I pressed the enter key.
A series of progress messages then appeared, and I believe the whole scaffolding process completed.
==================
ISSUE
==================
At one point there is a
deprecated message involving
[email protected]. See
snap shot:
http://s13.postimg.org/op3lmog1j/use_instead.png
To best of my recollection, I did not press any keys at this point. I believe after a brief pause, Terminal started displaying some more progress messages.
QUESTIONS:
- What is "find-file"?
- What is "globby package"?
- Did yo automatically respond yes or no? (That is, yes or no to the question "Use the globby package instead over time?")