Description
In this course, you will learn :
- cover what npm is and why you should use it, as well as techniques for finding the best software to install with npm.
- Understand what npm is
- Finding modules
- Installing modules
- Updating modules
- Uninstalling modules
Syllabus :
1. Introduction to npm
- What is NPM
- Finding Packages
- Semantic Versioning
2. Managing Packages with NPM
- Installing Packages
- Managing Dependencies
- Ignore Files and Directories with gitignore
- Installing Global Packages
- Updating, Uninstalling and Executing Packages
- Handling package.json with npm