Create-nuxt-app: Old version with create-nuxt-app command

Created on 26 Mar 2019  路  6Comments  路  Source: nuxt/create-nuxt-app

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.

Most helpful comment

how do you update create-nuxt-app ?
I get 2.4 version when i make new project

All 6 comments

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 ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stevenho0811 picture stevenho0811  路  10Comments

lloydjatkinson picture lloydjatkinson  路  3Comments

itgelo picture itgelo  路  3Comments

mikeglopez picture mikeglopez  路  10Comments

olivbau picture olivbau  路  6Comments