We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The node version that should be used is specified in the documentation already, but it would be better to provide a .nvmrc at the root level.
This will improve DX. This way developers will only have to run the command nvm use to use the correct node version.
nvm use
Simply create a .nvmrc at the root level and fill it with the right version number (for instance v18.17.1)
v18.17.1
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
β¨ Description
The node version that should be used is specified in the documentation already, but it would be better to provide a .nvmrc at the root level.
π Motivation
This will improve DX. This way developers will only have to run the command
nvm use
to use the correct node version.π Proposed Solution
Simply create a .nvmrc at the root level and fill it with the right version number (for instance
v18.17.1
)π Alternatives
N/A
πΈ Screenshots
N/A
π» Environment
N/A
π Additional Context
N/A
π Relevant Links (if any)
N/A
The text was updated successfully, but these errors were encountered: