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, 09:08 AM
jbf jbf is offline
Registered User
 
Join Date: Jul 2015
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default yo angular StockDog (Why package.json conflict?)

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:
  1. "Would you like to use Sass (with Compass)?" I pressed "n".
  2. "Would you like to include Bootstrap?" I pressed the enter key.
  3. "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 conflict message involving package.json. See snap shot:

http://s16.postimg.org/x0jdb5v5x/conflict.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:
  1. Why did the conflict message occur?
  2. Why the overwrite message? Isn't the scaffolding process creating a "package.json" file (so no package.jsonfile previously existed)?

Last edited by jbf; July 25th, 2015 at 09:17 AM..
 
Old July 28th, 2015, 07:52 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

Read the console messages...

Warning: "No description"
etc

Y/n Doesn't matter just press enter. It's best practice to enter a description on a project, etc. This is just a learning project, so you can skip.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Size of initial StockDog folder ~200 MB? matthiku BOOK: Professional AngularJS 4 August 25th, 2015 04:38 PM
generator-angular (Why warnings during installation of version 0.9.8?) jbf BOOK: Professional AngularJS 1 July 28th, 2015 07:48 PM
C# and JSON throp BOOK: Professional Ajax 2nd Edition ISBN: 978-0-470-10949-6 2 March 12th, 2009 10:51 AM
HowtoRun package from .asp from Package Store? Tom de Koning BOOK: Professional SQL Server 2005 Integration Services ISBN: 0-7645-8435-9 0 June 21st, 2006 08:08 AM
don't run my package when i schedule package Isra2005 SQL Server DTS 1 May 17th, 2005 01:34 AM





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