Hi,
I’m using the exact command Mosh uses and the app is still created at version 14.0.3.
Any way around it? The only solution I can find is to create the app manually…
will just changing the version at package.json be okay? It won’t break?
Thanks
Hi,
I don’t know that command but the doc shows you can tell the version using @{version}
after the project name.
npx create-next-app@latest
Now for your own experience you should simply try what you are asking about package.json.
If the application is fresh just go for it. If the application is bigger and you use git just try on another branch.
Cheers
P.S. : If this doesn’t work just try that instead.