-
Notifications
You must be signed in to change notification settings - Fork 95
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
Support Yarn install #629
Comments
Each package manager has a different way of managing dependencies, so it's probably better to use one package manager than to support multiple package managers. I agree with using other package managers with a better developer experience (personally, I prefer pnpm). but for now, there is any other reasons to use a another package manager than npm? |
@blurfx Thank you for your comment!
When it comes to this comment, could you elaborate on it? If I understand it correctly, In my view, we can manage dependencies with For more reference, |
@mojosoeun I did a little more research and while there was a definite difference in the past (before npm@7), there doesn't seem to be much of a difference these days. I also checked and tried out the |
I don't believe it is necessary for a single project to support multiple package managers at the same time. However, if there are benefits to switching to another package manager, I believe it would be a good decision to explore this option. I will close this issue for now. Please reopen this issue if we can find the benefits of the replacement. |
Description:
Nowadays, many JavaScript developers install their packages through npm or yarn. However, currently we do not support
yarn install
. To improve the developer experience, it would be great if we could also supportyarn install
Why:
The text was updated successfully, but these errors were encountered: