Skip to main content

The year 2021 for pnpm

· 4 min read
Zoltan Kochan
Lead maintainer of pnpm

It is the end of the year and it was a good year for pnpm, so let's see how it went.

Node-Modules configuration options with pnpm

· 2 min read
Zoltan Kochan
Lead maintainer of pnpm

There are many ways to create a node_modules directory. Your goal must be to create the most strict one but if that is not possible, there are options to make a loose node_modules as well.

Flat node_modules is not the only way

· 4 min read
Zoltan Kochan
Lead maintainer of pnpm

New users of pnpm frequently ask me about the weird structure of node_modules that pnpm creates. Why is it not flat? Where are all the sub-dependencies?