About 4,980 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 developers …

  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 repository on …

  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 modules of …

  4. 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 for use …

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

  6. NPM - Node Package Manager - TutorialsTeacher.com

    Node Package Manager (NPM) is a command line tool that installs, updates or uninstalls Node.js packages in your application. It is also an online repository for open-source Node.js packages. The …

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

  8. Download Node.js®

    Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

  9. 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 packages in our …

  10. 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 NodeJS on …