Learning npm the Node Package Manager
.MP4, AVC, 1000 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 43 mins | 99 MB
Instructor: Emmanuel Henri
.MP4, AVC, 1000 kbps, 1280x720 | English, AAC, 128 kbps, 2 Ch | 43 mins | 99 MB
Instructor: Emmanuel Henri
Imagine being able to share and reuse code from common JavaScript libraries like Grunt, Gulp, and Underscore, in addition to custom code. With the node package manager (npm), reusing code is a snap, making it an indispensable part of every developer's toolbox. In this course, Emmanuel Henri shows how to install npm on macOS, Windows, and Linux, and use npm commands and packages to track project dependencies and control installations. Plus, learn how to use NPX, the node package runner, and alternatives to npm such as Yarn.
Topics include:
Installing Node and npm
Adding and removing node packages
Updating a package
Working with an NPM cache
Running an NPM audit
Introduction to NPX