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

Documentation: add instructions to configure package.json with "packageManager": "xyz" #187

Closed
NiloCK opened this issue Sep 26, 2022 · 2 comments · Fixed by #188
Closed

Comments

@NiloCK
Copy link
Contributor

NiloCK commented Sep 26, 2022

Under Usage, several mentions are made to corepack checking whether the project is configured for a specific package manager, but no instructions are given for configuring a project for a specific package manager.

The yvm deprecation notice and its linked example were the first instruction I found.

@jakobbouchard
Copy link

It's especially annoying when the project uses pnpm, but hasn't specified it in package.json and corepack assumes the project uses yarn instead, if yarn is also enabled.

@merceyz
Copy link
Member

merceyz commented Oct 13, 2022

It's especially annoying when the project uses pnpm, but hasn't specified it in package.json and corepack assumes the project uses yarn instead, if yarn is also enabled.

Corepack doesn't assume anything like that, if you're seeing otherwise please open a bug report.

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

Successfully merging a pull request may close this issue.

3 participants