create-next-app. .nvmrc
#65236
cainaleaouk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
.nvmrc
file by default when runningcreate-next-app
Non-Goals
No response
Background
Run create-next-app
Then try to start the project
Get the following (example, might not be the same for all):
You are using Node.js 16.16.0. For Next.js, Node.js version >= v18.17.0 is required.
If the project has a node version dependency, then it should start with a
.nvmrc
file that I can just donvm use
.This could be an optional step when running
create-next-app
Proposal
Add an optional step when running
create-next-app
to add a.nvmrc
file with the node version dependency.Beta Was this translation helpful? Give feedback.
All reactions