NuxtN
Nuxt2y ago
Andy

Clean 'npx nuxi init -t ui' Doesnt work

I just try to start a project and run npx nuxi init -t ui myProject , change in to the directory and run npm install, then i get the wraning:
 WARN  Module @nuxt/ui is disabled due to incompatibility issues:            
 - [nuxt] Nuxt version ^3.10.0 is required but currently using 3.4.2
`

But my package.json reads:

"devDependencies": {
    "@nuxt/devtools": "latest",
    "@nuxt/ui": "^2.17.0",
    "nuxt": "^3.12.1"
  }


what gives?
info output:

Nuxt project info:                                                                                                                                            
------------------------------
- Operating System: Linux
- Node Version:     v20.14.0
- Nuxt Version:     3.4.2
- CLI Version:      3.12.0
- Nitro Version:    2.3.3
- Package Manager:  npm@10.7.0
- Builder:          -
- User Config:      devtools, modules
- Runtime Modules:  @nuxt/ui@2.17.0
- Build Modules:    -
------------------------------
Was this page helpful?