About 884,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. NPM - Wikipedia

    npm, the default package manager for the JavaScript runtime environment Node.js Network performance management Nintendo Power magazine, a video game magazine

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

    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 …

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

  5. How can I update Node.js and npm to their latest versions?

    Here is the quote from the official npm documentation: We strongly recommend using a Node version manager like nvm to install Node.js and npm. We do not recommend using a Node installer, since …

  6. npm - GitHub

    JavaScript Package Manager, Registry & Website. npm has 358 repositories available. Follow their code on GitHub.

  7. An Absolute Beginner's Guide to Using npm - NodeSource

    Feb 17, 2017 · Beginning with npm can seem a bit daunting - give yourself a kickstart with our absolute beginner's guide to npm, and you'll be off your feet in no time.

  8. How to Install Node.js and NPM on Your Windows System

    Dec 28, 2023 · Learn how to install Node.js and NPM on Windows. Click here for the step-by-step guide to run and test Node.js on Windows.

  9. Node.js - NPM - Online Tutorials Library

    The NPM is the default package manager for the Node.js. It helps the user to manage the JavaScript packages, libraries and dependencies efficiently. With the help of the NPM, we can install, update …

  10. How to Install npm, Master npm Commands & Use Packages - SitePoint

    Mar 9, 2020 · This step-by-step guide will show you how to install npm, and master common commands in the Node Package Manager (npm) command-line interface.