About 188,000 results
Open links in new tab
  1. npm | Home

    Relied upon by more than 17 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of …

  2. An introduction to the npm package manager - Node.js

    npm installs, updates and manages downloads of dependencies of your project. Dependencies are pre-built pieces of code, such as libraries and packages, that your Node.js application needs to work.

  3. What is npm - W3Schools

    The name npm (Node Package Manager) stems from when npm first was created as a package manager for Node.js. All npm packages are defined in files called package.json.

  4. Introduction of NPM - GeeksforGeeks

    2 days ago · npm is a widely used package management tool in the JavaScript ecosystem that simplifies managing dependencies in Node.js applications. Enables installation, updating, and removal of …

  5. Installing npm | Introduction

    New Project, Monday npm On-Site npm Private Packages npm Open Source documentation support

  6. What Is npm? An Introduction to Node's Package Manager - Kinsta

    Oct 1, 2025 · In this tutorial, we’ll talk about npm (Node package manager), a JavaScript online repository for open-source Node.js packages. We’ll get to know what npm is, how to use it, and the …

  7. Set up Node.js on native Windows | Microsoft Learn

    Dec 12, 2024 · A guide to help you get your Node.js development environment set up directly on Windows.