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

Add packageManager field to manage dependencies reliably #67

Open
nayounsang opened this issue Sep 6, 2024 · 1 comment
Open

Add packageManager field to manage dependencies reliably #67

nayounsang opened this issue Sep 6, 2024 · 1 comment

Comments

@nayounsang
Copy link

Describe your idea

This project appears to use yarn.
I think it would be a good idea to specify this to prevent confusion among contributors.

How could this be implemented?

package.json
packageManager: yarn@(version)

What problem are you trying to solve?

To prevent confusion among contributors.
npm or yarn or pnpm
If yarn, which version to use

Why does this matter to you?

I know that yarn is used with yarn lock, but I don't know exactly what version to manage.

Would others find this helpful?

For contributors

Are you interested in implementing your proposal?

Yes

Why are you submitting a proposal?

It is a task of writing only one line. Anyone can do it, but I think it needs discussion.

Additional Notes

https://nodejs.org/dist/latest-v16.x/docs/api/all.html#all_packages_packagemanager

@Sharcoux
Copy link
Collaborator

Sharcoux commented Sep 9, 2024

Ok

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

No branches or pull requests

2 participants