Articles by Tag #pnpm

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Package Manager Fight: npm vs pnpm vs npx vs yarn vs bun

In the ever-evolving landscape of JavaScript development, package managers are a crucial part of...

Learn More 8 1Sep 15 '24

Why pnpm Is the Superior Choice for JavaScript Package Management

In the ever-evolving world of JavaScript development, efficient package management is crucial for...

Learn More 6 0Apr 19

Why Use NPM When PNPM Does It Better?

In the modern web development landscape, efficiency and speed are key. Managing dependencies...

Learn More 3 0Aug 21 '24

Deploying NextJS apps with PipeOps

It's Day 2 of Pipeops HackOps 1.0 and participants are building at full speed 🚀. Just look at the...

Learn More 3 1Jun 14 '24

FNPM: The Package Manager Drama Ends Here 🚀

FNPM: The Package Manager Drama Ends Here 🚀 Hey devs! 👋 Tired of the endless debates over...

Learn More 2 0Feb 13

How I Manage Node & Package Manager Versions in 2025

Some time has passed since I wrote How I Manage Node & Package Manager Versions in 2024 and few...

Learn More 2 0Jan 23

npm vs pnpm: Choosing the Best Package Manager for Your Project

Introduction npm (Node Package Manager) and pnpm (Performant NPM) are both essential tools...

Learn More 2 0Jun 29 '24

ERR_PNPM_BAD_PM_VERSION This project is configured to use vX of pnpm. Your current pnpm is vY

If you've ever seen a ERR_PNPM_BAD_PM_VERSION when running the ember command, you might be running into a global vs local issue.

Learn More 2 0Aug 18 '24

Construyendo un Monorepo en Typescript utilizando pnpm

En este artículo, explicaremos qué es un Monorepo, por qué es beneficioso utilizarlo en ciertos tipos...

Learn More 2 0May 19 '24

NPM vs Yarn vs PNPM: Choosing the right package manager for your project

Whether you’re a beginner or a professional javascript developer, chances are you may have...

Learn More 1 0Feb 19

Installing EmberJS v2 addons from GitHub forks using PNPM

This article explains how to install EmberJS v2 addons from GitHub forks using PNPM, especially when dealing with monorepos. It provides a solution for adding a patched version of an addon from a specific commit in a GitHub fork.

Learn More 1 0Sep 16 '24

A Step-by-Step Guide to Debugging and Setting Up a Turborepo-Driven Monorepo with Next.js and pnpm

Introduction In modern web development, managing multiple applications or services in a...

Learn More 1 0Oct 2 '24

Automate changelog generation and publish with Changesets

Often, while working with packages, managing changelogs and versioning manually can be tedious,...

Learn More 0 0Mar 2

Build and run your project in Monorepo with PNPM

Introduction You have two variants of code organization for your projects: Keep the...

Learn More 0 0Jan 19