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 .nvmrc to aid with using the right Node.js version #4682

Merged
merged 2 commits into from
Nov 18, 2022
Merged

Conversation

derhuerst
Copy link
Member

This PR introduces a .npmrc file in the root directory. This allows developers to just run nvm use in order to work with the recommended/supported Node.js version.

Optionally, one can configure a shell integration that automatically switches the Node version based on .nvmrc.

Currently, I have put 14 in there, given that we're trying to migrate to more recent Node.js versions (see also #4607), it currently requires running yarn run node14-patch though; Shall I change it to 10?

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 this pull request may close these issues.

2 participants