Hello everybody,
I am downloading new nuxt project, but i noticed, that in packages.json is nuxt in version 1.0.0
"dependencies": {
"nuxt": "^1.0.0"
},
Is this supposed to be like this, when latest nuxt version is 2.5.1?
Thank you.
Your create-nuxt-app version might be outdated.
That was it, thank you!
how do you update create-nuxt-app ?
I get 2.4 version when i make new project
Once again. ^2.4.0 matches anything between 2.4.0 and < 3.0.0 (so all minor or patch versions based on 2.x)
How exactly does one go about "updating create-nuxt-app". I was under the assumption it gets the latest package before executing? I'm struggling to find anything related to updating an npx package? I'm stuck creating apps with nuxt v1.
@OndrejCibulka
That was it, thank you!
Could you please share how you upgraded this mysterious create-nuxt-app ?
Most helpful comment
how do you update create-nuxt-app ?
I get 2.4 version when i make new project