Book: Professional AngularJS
Publish date: 2015
Chapter: Building a Sample AngularJS Application
Page: 5 (PDF format)
------------
On page 5 we are instructed to:
Code:
npm install âg grunt-cli
npm install âg bower
npm install âg [email protected]
After invoking:
the installation of "
[email protected]" shows
8-warnings: "
peerDependencies" and "
deprecated".
Here is a
snapshot of the warnings:
http://s23.postimg.org/jdvo44f4b/npm_warn.png
The "Note" on page 5 says:
Quote:
|
"When youâre installing generator-angular, the official AngularJS generator maintained by the Yeoman team, version 0.9.8 is specified. This should allow you to easily follow along with the rest of the guide, regardless of the current version."
|
I'm using Mac OS 10.10.4.
QUESTIONS:
- Why am I getting these warnings after installing generator-angular?
- Will encounter problems as a result of these warnings?