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 27th, 2015, 06:11 AM
jbf jbf is offline
Registered User
 
Join Date: Jul 2015
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Working with NPM (Information/Documentation/Videos)

You may find this helpful. I do.

Go to npmus.com.

Click the documentation link.

The item's the in Getting Started section (found at top of page) are videos.

Topics are:
01 - What is npm?
02 - Installing Node.js and updating npm
03 - Fixing npm permissions
04 - Installing npm packages locally
05 - Updating local packages
06 - Uninstalling local packages
07 - Installing npm packages globally
08 - Updating global packages
09 - Uninstalling global packages
10 - Creating Node.js modules
11 - Publishing npm packages
12 - Semantic versioning and npm
13 - Working with scoped packages

In particular, if you want to know what packages are installed globally, type this in Terminal:

Code:
npm ls -g --depth=0
You will then get a list of what's installed, looking something like this:

Code:
/usr/local/lib
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]





Similar Threads
Thread Thread Starter Forum Replies Last Post
xsd documentation . pavanibiji XML 0 January 4th, 2012 01:25 PM
Documentation of XSL? whelanj XSLT 2 January 21st, 2010 07:11 PM
Images in documentation... gbianchi Pro VB.NET 2002/2003 0 August 15th, 2005 12:43 PM
ASP Documentation deanglass Classic ASP Basics 3 July 21st, 2003 12:45 AM





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