Pain point: Flat modules behavior #21
AngelMunoz
started this conversation in
Pain Points
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Around npm 4~5 I made my switch into pnpm which eased a lot of issues related to the
node_modulesdirectory mainly size, and access to undeclared modules in thepackage.jsonfile as well as some speed improvements in some aspects.My main pain point when using pnpm (that arises from npm/yarn behavior) is that they by default go full flat modules and some library authors use these undeclared dependencies.
Beta Was this translation helpful? Give feedback.
All reactions