You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As much as a good default npm is, there are better tools out there that leverage caching solutions and make builds significantly faster.
Yarn was initially a good approach to this and pnpm followed.
Pnpm used to be an immature package manager but it has become very popular amongst library authors becoming a standard in modern js development.
Readable yaml lock files (cut the package.lock / yarn.lock nonsense diffs)
This might not be game changing bc who really reads lock files but if you ever want to check on sub deps of installed packages it is a nice to have!
The text was updated successfully, but these errors were encountered:
As much as a good default npm is, there are better tools out there that leverage caching solutions and make builds significantly faster.
Yarn was initially a good approach to this and pnpm followed.
Pnpm used to be an immature package manager but it has become very popular amongst library authors becoming a standard in modern js development.
https://pnpm.io/benchmarks
What this upgrade will bring to the table
This might not be game changing bc who really reads lock files but if you ever want to check on sub deps of installed packages it is a nice to have!
The text was updated successfully, but these errors were encountered: