Best of NPMNovember 2023

  1. 1
    Article
    Avatar of bitBits and Pieces·3y

    Stop using “npm install” in your CI/CD pipeline

    This article compares npm install and npm ci commands, explains the options --legacy-peer-deps and --force, and provides a solution to common issues faced by developers. It also emphasizes the importance of using npm ci in CI/CD pipelines for stable builds.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Choosing the Right Tool for Managing JavaScript Packages As a Beginner

    Learn about npm, yarn, and pnpm, three tools used for managing JavaScript packages. Each tool has its own characteristics and benefits. Choose the right tool based on your project's needs and priorities.

  3. 3
    Article
    Avatar of phProduct Hunt·2y

    Multiple - Load Testing Built for Developers

    Multiple is a load test platform designed for developers, allowing them to write tests using JavaScript and NPM packages, collaborate with their team, and avoid the hassle of managing infrastructure.

  4. 4
    Article
    Avatar of bitBits and Pieces·3y

    Why are React-Scripts a big deal in React?

    React-scripts is an NPM package designed by Facebook and used by Create React App to simplify the development workflow in building React apps. It automates tasks such as module bundling, allowing developers to focus more on delivering business value.