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

Consider enforcing development Node version using engines plugin #1558

Open
mcmire opened this issue Jul 26, 2023 · 0 comments
Open

Consider enforcing development Node version using engines plugin #1558

mcmire opened this issue Jul 26, 2023 · 0 comments

Comments

@mcmire
Copy link
Contributor

mcmire commented Jul 26, 2023

The engines plugin will, when yarn is run, check the Node version specified in the engines field package.json and/or the version specified in .nvmrc and throw if the user is not using that version. This could help resolve problems when contributors outside the Shared Libraries are working with the core repo and not using the correct version (because they haven't run nvm use).

See: https://github.com/devoto13/yarn-plugin-engines

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