Can anyone tell me the difference between npx create-next-app and npx create-next-app@latest?
Unanswered
Jacquit posted this in #help-forum
JacquitOP
I want to know the difference between npx create-next-app and npx create-next@latest in terms of the versions they install for Next.js and the files structure. Can anyone hghilight those two points?
4 Replies
They are actually the same, just different names
JacquitOP
Okay, thank you!
@Jacquit I want to know the difference between **npx create-next-app** and **npx create-next@latest** in terms of the versions they install for Next.js and the files structure. Can anyone hghilight those two points?
As I remember it, the
@latest is to ensure the create-next-app version is always the latest instead of a cached version. Haven’t used npx for ages though, can’t be sure