A Beginner’s Guide to npm, the Node Package Manager

Learn the basics of working with npm. We’ll show you how to install packages in local and global mode, as well as delete, update and install a certain version of a package. You’ll also discover how to work with package.json to manage a project’s dependencies.

For: ,