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

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 3 0Apr 19

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

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

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

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

Yarn, Npm থেকে PNPM: আমার ডেভেলপমেন্ট লাইফের গেম চেঞ্জার!

🚀 Yarn থেকে PNPM: ডেভেলপমেন্ট লাইফের গেম চেঞ্জার! হ্যালো ডেভ 👋, আজ আপনাদের সাথে শেয়ার করতে চাই...

Learn More 1 0May 14

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

Creating a scalable Monorepo for Vue - Intro

Hello world, which means that this is my first article — first of many — as I intend to write a...

Learn More 1 0Jan 14

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

Step-by-Step Guide: Sharing Types and Values Between React (ESM) and NestJS (CJS) in a PNPM Monorepo

Here's a video. – Sorry for my English. Just look at the code and what I did. No edit, only for...

Learn More 0 0Jun 29

Creating a scalable Monorepo for Vue - Libs vs Apps

One of the steps in creating a monorepo is splitting apps and libraries. But how to take them apart?...

Learn More 0 0Jan 25

Creating a scalable Monorepo for Vue - Shared configs

Now that we have in place all needed packages (libs and apps) and established connections between...

Learn More 0 0Feb 22

NodeJS Fundamentals: pnpm

pnpm: Beyond npm install - A Production Deep Dive We recently encountered a significant...

Learn More 0 0Jun 21

pnpm vs npm vs yarn: আপনার প্রোজেক্টে কোনটা ব্যবহার করা উচিত?

JavaScript ডেভেলপমেন্টের জগতে প্যাকেজ ম্যানেজার হলো এমন একটি টুল যা আপনার প্রোজেক্টের নির্ভরতা...

Learn More 0 0May 23

Creating a scalable Monorepo for Vue - Nx

As your codebase grows, so does the complexity of managing multiple apps and libraries. At this point...

Learn More 0 0Jun 1

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

Creating a scalable Monorepo for Vue - Workspaces

In the previous post, I mentioned so-called workspaces. This is a good starting point which also will...

Learn More 0 0Jan 14

কেন আমি npm ছেড়ে pnpm-এ গেলাম (এবং আপনারও কেন সেটা করা উচিত)

ডেভেলপমেন্টের জগতে npm (Node Package Manager) বহুদিন ধরে জাভাস্ক্রিপ্ট ডেভেলপারদের প্রিয় সঙ্গী।...

Learn More 0 0May 24