About 1,140,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. What is NPM & How to use it - GeeksforGeeks

    Jul 23, 2025 · NPM, short for Node Package Manager, is the default package manager for NodeJS. It is a command-line utility that allows you to install, manage, and share packages or …

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

  5. npm - a JavaScript package manager

    You should be running a currently supported version of Node.js to run npm. For a list of which versions of Node.js are currently supported, please see the Node.js releases page.

  6. npm Explained: The Backbone of Node.js Package Management

    Jul 11, 2025 · What is npm? npm stands for Node Package Manager. At its core, it’s a tool that helps JavaScript developers install, share, and manage packages — reusable pieces of code …

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

  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. Downloading and installing Node.js and npm - npm Docs

    To publish and install packages to and from the public npm registry or a private npm registry, you must install Node.js and the npm command line interface using either a Node version manager …