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
It seems to me that PnP is the most "correct" linker.1 I was investigating turning it on, but the docs say here and here that you should turn off symlink. At that point, what's PNPM giving me over Yarn? I use PNPM because of the reduced size and monorepo management.
To be clear, I'm a happy PNPM user and don't plan on switching to Yarn. I'm just curious why PnP doesn't get the storage benefits. My guess would be that PnP directly uses the global store without needing symlinks, so it still stays small, but then why wouldn't symlink=true just be a no-op?
Footnotes
If this is wrong, I'd also be curious to hear about it. I'd assume it's ecosystem compatibility that stops PNPM from using it by default (given the wording "If you are not ready to use PnP yet"). Isn't PnP both faster and stricter? ↩
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems to me that PnP is the most "correct" linker.1 I was investigating turning it on, but the docs say here and here that you should turn off
symlink
. At that point, what's PNPM giving me over Yarn? I use PNPM because of the reduced size and monorepo management.To be clear, I'm a happy PNPM user and don't plan on switching to Yarn. I'm just curious why PnP doesn't get the storage benefits. My guess would be that PnP directly uses the global store without needing symlinks, so it still stays small, but then why wouldn't
symlink=true
just be a no-op?Footnotes
If this is wrong, I'd also be curious to hear about it. I'd assume it's ecosystem compatibility that stops PNPM from using it by default (given the wording "If you are not ready to use PnP yet"). Isn't PnP both faster and stricter? ↩
Beta Was this translation helpful? Give feedback.
All reactions