packageManager field is automatically created when I use any npm packages. #5085
Replies: 1 comment 3 replies
|
This field is created by corepack, a tool included with node for the time being. Run |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone.
I have something to curious and want to ask about it in this place.
When I install the npm packages using any npm package manger like Yarn, Pnpm, etc,
packageManagerfield is automatically created and the package manager version is set as a value.I started to make open source and all of them doesn't require a specific package manager.
I want to know if this is general feature or an issue.
And I want to know if it is okay to remove
packageManagerwhen I push new update to my GitHub.Feel free to answer. Anything will be helpful.
Thank you.
All reactions