Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > BOOK: Professional AngularJS
|
BOOK: Professional AngularJS
This is the forum to discuss the Wrox book Professional AngularJS by Valeri Karpov, Diego Netto; ISBN: 978-1-118-83207-3
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional AngularJS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 25th, 2015, 06:26 AM
jbf jbf is offline
Registered User
 
Join Date: Jul 2015
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default generator-angular (Why warnings during installation of version 0.9.8?)

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:

Code:
sudo npm install -g [email protected]
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:
  1. Why am I getting these warnings after installing generator-angular?
  2. Will encounter problems as a result of these warnings?
 
Old July 28th, 2015, 07:48 PM
Authorized User
Points: 130, Level: 2
Points: 130, Level: 2 Points: 130, Level: 2 Points: 130, Level: 2
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jul 2015
Posts: 18
Thanks: 0
Thanked 2 Times in 2 Posts
Default

All the depreciated warnings are telling you that certain functions being used are no longer encouraged, potentially they could be dropped in upcoming versions of angular(or the library you are using). You should be fine if you specifically use the versions in the example code.

Stock-dog final bower.json





Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation problems - server error (C# version) MS BOOK: ASP.NET Website Programming Problem-Design-Solution 5 July 1st, 2007 09:46 PM
Multiple Version Installation Annoyance? seananderson Access 4 April 24th, 2007 07:42 AM
Installation problems VB version geoffs BOOK: ASP.NET Website Programming Problem-Design-Solution 1 August 30th, 2005 06:57 AM
How to view warnings IronStar MySQL 1 May 1st, 2005 10:46 PM
Set Warnings Teqlump Access VBA 4 October 27th, 2004 11:12 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.