Completed
Adding another production dependency
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
NPM Node Package Manager Modules - NPM Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome and Overview
- 3 What is NPM?
- 4 Goals for tutorial
- 5 How to find the NPM documentation
- 6 How to install an NPM package globally
- 7 npm init
- 8 package.json
- 9 Installing a production dependency
- 10 Node modules
- 11 Using a package in your application
- 12 Installing a dev dependency
- 13 NPM scripts
- 14 Adding another production dependency
- 15 Importing a package with an alias
- 16 Searching for npm packages
- 17 Semantic versioning
- 18 How to update dependencies
- 19 How to uninstall an NPM package