Skip to content
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

question: package manager #52

Open
dargmuesli opened this issue Aug 9, 2023 · 2 comments
Open

question: package manager #52

dargmuesli opened this issue Aug 9, 2023 · 2 comments

Comments

@dargmuesli
Copy link
Contributor

[email protected] is currently in use, but the zero-install dependencies are not committed to this repository. Should they? Or should pnpm be used instead, as for most nuxt repositories? I'd be happy to make a contribution once I know :)

@adenvt
Copy link
Owner

adenvt commented Aug 9, 2023

@dargmuesli Actually, i disable zero-install on purpose. It came with many issue when i was first time use yarn berry along with nuxt 3.

i haven’t tried pnpm before. Is any benefit using pnpm compare to yarn?

@dargmuesli
Copy link
Contributor Author

Ah, now I see the .yarnrc.yml!

For me the main benefit is having a centralized package store from which all projects link their dependencies to. That allows for libraries only having to be downloaded once and not for every project. That also makes node_modules (or .yarn) directories very small.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants