|
|
|
|
|
by georgyo
1214 days ago
|
|
Npm, yarn, yarn2, pnp, pnpm, and more. The only thing they have in common is package.json, but even then they can interpret things differently, such as workspaces. And then node_modules, which packages should not rely on but do, forcing many other tools into compatibility mode which often takes an install take a very long time. Yes, the node ecosystem is very healthy. |
|
Isn't the point of node_modules to house ... dependencies? I'm confused as to what you're getting at here.