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

    Get started today for free, or step up to npm Pro to enjoy a premium JavaScript development experience, with features like private packages. Relied upon by more than 17 million …

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

    npm is the standard package manager for Node.js. In September 2022 over 2.1 million packages were reported being listed in the npm registry, making it the biggest single language code …

  3. Node Package Manager: Install npm + Use Commands & Modules

    Mar 9, 2020 · npm stands for Node Package Manager. It is a package manager for Node.js and JavaScript. npm is used to install, manage, and publish open-source packages and libraries …

  4. Understanding Node Package Manager (npm) - Medium

    May 17, 2025 · Short for Node Package Manager, npm is one of the most essential tools in modern web development. It acts as a powerful bridge between developers and a massive …

  5. NodeJS NPM - GeeksforGeeks

    Aug 25, 2025 · NPM (Node Package Manager) is a package manager for NodeJS modules. It helps developers manage project dependencies, scripts, and third-party libraries. By installing …

  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, …

  7. npm - a JavaScript package manager

    Contrary to popular belief, npm is not in fact an acronym for "Node Package Manager"; It is a recursive bacronymic abbreviation for "npm is not an acronym" (if the project was named …

  8. Node Package Manager. NPM, or Node Package Manager, is a …

    May 18, 2025 · NPM, or Node Package Manager, is a tool that is installed with Node.js. This can be referred to as a command-line interface to install, update, and manage the Node.js …

  9. What is npm: Beginner’s Guide to Node Package Manager

    Jan 7, 2025 · What is npm? npm stands for Node Package Manager. It is a package manager for JavaScript and is the default package manager for the JavaScript runtime environment …

  10. How to Update Node.js, NPM, and Node.js Modules to the Latest …

    Dec 8, 2025 · Node.js and its ecosystem—including the Node Package Manager (NPM) and thousands of third-party modules—are foundational tools for modern JavaScript development. …