Book description
The Node package manager, npm, is an essential tool and part of any Node workflow. This lesson covers how to install npm, and how to use it to install Node modules locally and globally. You’ll also learn how to search for existing Node modules and create and publish your own modules.
Why is it important?
For anyone using Node, npm is absolutely essential. It’s critical to understand how to use it, and how npm manages modules and dependencies. It’s also important to know how to create your own modules for code that you frequently reuse across multiple projects.
What you’ll learn—and how you can apply it
Learn how to install npm and use it to install Node modules. Also learn how to search for existing Node modules and create and publish your own.
This lesson is for you because…
- You’re new to Node. You’ve installed it, and played around with the core Node modules, but you need to take advantage of functionality from other, third-party modules
Prerequisites
- Basic experience with Node.js
Materials or downloads needed in advance
- None
Publisher resources
Product information
- Title: Installing, maintaining, and publishing Node modules with npm
- Author(s):
- Release date: August 2016
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491966303
You might also like
video
Node Web Applications and How to Use NPM
How Node relates to web applications and where NPM find its role.
book
Pro TypeScript: Application-Scale JavaScript Development
Explore the features of this innovative open source language in depth, from working with the type …
book
Getting Started with Web Components
Explore modern Web Component design and integrate them with a variety of web frameworks to build …
book
Your First Week With Node.js, 2nd Edition
While there have been quite a few attempts to get JavaScript working as a server-side language, …