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 a packageManager property to root package.json to enable use of corepack #1750

Open
ericallam opened this issue Sep 24, 2024 · 1 comment
Assignees

Comments

@ericallam
Copy link

This will make it easier for contributes to download the repo and install packages using the required package manager.

Bonus points for adding an .nvmrc to make it easy to use the correct Node.js version.

@msfstef msfstef self-assigned this Oct 29, 2024
@msfstef
Copy link
Contributor

msfstef commented Oct 29, 2024

We include a .tool-versions configuration file for the asdf runtime manager which includes the pnpm version used for the workspace.

This allows us to specify the package manager, node version, as well as elixir version all in one place.

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