---
title: "I replaced npm, yarn and nvm with pnpm"
url: https://daily.dev/posts/i-replaced-npm-yarn-and-nvm-with-pnpm-korjzlvvw
source_url: https://pawelgrzybek.com/i-replaced-npm-yarn-and-nvm-with-pnpm/
type: article
source: "Community Picks"
published: 2023-12-05T16:58:10.417Z
updated: 2026-05-07T02:15:07.425Z
tags: ["nodejs", "npm", "pnpm", "yarn"]
reading_time: 2
upvotes: 65
comments: 7
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I replaced npm, yarn and nvm with pnpm

**[Community Picks](https://daily.dev/sources/community)** · 2 min read · 65 upvotes · 7 comments

## Summary

A package manager called pnpm is a faster alternative to npm, yarn, and nvm. It offers features like workspace support, patching dependencies, managing runtime versions, and peer installation.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://pawelgrzybek.com/i-replaced-npm-yarn-and-nvm-with-pnpm/>

## Community discussion

Top comments from developers on daily.dev.

**@dailydevtips** · 1 upvotes

> We also moved lerna and npm workflows to pnpm and so far it's been a blessing.
> A lot faster and optimised, also easier to keep everything inline across the monorepo.

**@jeancatarina** · 1 upvotes

> if you have employees in your company that have Windows, I don't recommend using pnpm, there are a lot of bugs. But if everyone uses mac, pnpm and bun can be a good way to go

**@quyettranvu** · 0 upvotes

> My senior from my company advised me to switch to pnpm and it was really fast and great, especialy optimized and helpful in big projects and for RAM of my Windows laptop

**@apperside** · 0 upvotes

> In the last period I am really considering switching to pnpm, but I can't find viable resources highlighting eventuali downsides or things that you should take care of when switching. Any advice about this?

**@fixotech** · 0 upvotes

> pnpm is a disaster with remix and angular. For remix install, It creates almost the double of files and directories, taking more than 10 minute to finish.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#nodejs](https://daily.dev/tags/nodejs), [#npm](https://daily.dev/tags/npm), [#pnpm](https://daily.dev/tags/pnpm), [#yarn](https://daily.dev/tags/yarn)

[View this post on daily.dev](https://daily.dev/posts/i-replaced-npm-yarn-and-nvm-with-pnpm-korjzlvvw)
