Why I switched from npm to pnpm

preview_player
Показать описание
While NPM is alright, PNPM is a package manager I recently discovered which has been a quite pleasant experience so far. NPM stands for Node Package Manager and PNPM stands for Proficient Node Package Manager. NPM is not only a library and registry for JavaScript software packages, but it also has command-line tools to help you install the different packages and manage their dependencies.

PNPM is an attempt to build upon NPM CLI and fix a few of the issues NPM has had in the past. Read the docs and give it a go in your software projects, let me know what you personally think in the comments section below.

/// CHAPTERS ///
▸ 00:00 NPM
▸ 00:28 Hardlinks and Symlinks
▸ 00:55 How PNPM works
▸ 01:17 Peer dependencies
▸ 02:01 Performance
▸ 02:34 How to install PNPM
▸ 03:12 Limitations
▸ 03:42 Overall?

#npm #pnpm #javascript
Рекомендации по теме
Комментарии
Автор

Love your content! Would you consider continue to your Unity Dev tutorials? They are really useful.

appmeurtre
Автор

Like for fish 🥴 OR Like for correct inode pronunciation 👁️

JVCB