Without the node_modules (I think), the installation of nuxt-studio returns a false warning:
> npx nuxi module add nuxt-studio
Need to install the following packages:
nuxi@3.34.0
Ok to proceed? (y) y
│
▲ The module nuxt-studio is not compatible with Nuxt 1.0.0 (requires >=3.0.0)
│
■ Do you want to continue installing incompatible version?
Not sure if it's a problem with nuxt-studio itself or with the nuxi package.
{
"name": "clients-site",
"version": "1.0.0",
"private": true,
"author": {
"name": "Adriano Cahete",
"url": "https://adrianocahete.dev/"
},
"type": "module",
"engines": {
"node": ">=22.5.0"
},
"scripts": {
"dev": "nuxt dev",
"dev:out": "nuxt dev --tunnel",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxi prepare",
"cleanup": "npm cache clean --force && npx --yes rimraf package-lock.json node_modules .nuxt .data && echo 'Project cleaned up successfully!'",
"upgrade": "npx --yes npm-check-updates -u && npm install",
"upgrade:nuxt": "npx --yes nuxi upgrade"
},
"dependencies": {
"@nuxt/content": "^3.12.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/ui": "^4.6.0",
"nuxt": "^4.4.2",
"nuxt-studio": "^1.5.1",
"nuxt-svgo": "^4.2.6",
"vue": "^3.5.31",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/lucide": "^1.2.100",
"@nuxt/devtools": "^3.2.4",
"better-sqlite3": "^12.8.0",
"nuxi": "^3.34.0",
"sass": "^1.98.0"
}
}
Environment
Windows 10.0.26200AMD Ryzen 9 5900X 12-Core Processor (24 cores)v24.14.13.34.0npm@11.11.04.4.22.13.2vite@7.3.1app,colorMode,compatibilityDate,content,css,devtools,experimental,features,hooks,modules,nitro,pages,router,sourcemap,ssr,svgo,ui,vite,vue@nuxt/ui@4.6.0,@nuxt/content@3.12.0,@nuxt/fonts@0.14.0,nuxt-svgo@4.2.6Version
latest
Reproduction
npm cache clean --force && npx --yes rimraf package-lock.json node_modules .nuxt .data)Description
Without the node_modules (I think), the installation of nuxt-studio returns a false warning:
Not sure if it's a problem with nuxt-studio itself or with the nuxi package.
Additional context
My package.json:
Logs