Files
TechradarDev/radar/2022-10-12/pnpm.md
2023-02-23 09:31:13 +01:00

554 B

title, ring, quadrant, tags
title ring quadrant tags
pnpm assess tools
coding
frontend

pnpm is an alternative tool to manage your frontend dependencies. Unlike yarn 1 it manages all packages in a central place and creates symbolic links only inside the npm_modules of a project. This results in considerably less usage of disk space and reduces build-times, when a package is already available.

Additionally, a cache server can be setup and used during pipeline builds to decrease network traffic and build times.