-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to pnpm #2545
Migrate to pnpm #2545
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Out of curiosity, why pnpm and not simply npm or latest yarn? I found in my professional work that project linking for development is much more reliable in yarn than in pnpm, but my company migrated to pnpm due to better monorepo support. |
Yeah, I was/am a bit skeptical about the trickiness and the strictness (which I kind of like). But, the best thing for me is disk space efficiency as I have lots of similar projects. |
Fair point |
following pmndrs/jotai#2548