Skip to content

ERROR Cannot find any nuxt version #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ThomasKientz opened this issue Apr 23, 2025 · 0 comments
Open

ERROR Cannot find any nuxt version #13

ThomasKientz opened this issue Apr 23, 2025 · 0 comments

Comments

@ThomasKientz
Copy link

An error is thrown when creating a project:

ERROR Cannot find any nuxt version

$ npx nuxi init -t github:nuxtlabs/nuxt-ui-vue-starter nuxtui-starter-vue


        .d$b.
       i$$A$$L  .d$b
     .$$F` `$$L.$$A$$.
    j$$'    `4$$:` `$$.
   j$$'     .4$:    `$$.
  j$$`     .$$:      `4$L
 :$$:____.d$$:  _____.:$$:
 `4$$$$$$$$P` .i$$$$$$$$P`

ℹ Welcome to Nuxt!                                            nuxi 9:42:37 AM
ℹ Creating a new project in nuxtui-starter-vue.               nuxi 9:42:37 AM

✔ Which package manager would you like to use?
pnpm
◐ Installing dependencies...                                   nuxi 9:42:40 AM
Lockfile is up to date, resolution step is skipped
Packages: +357
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

   ╭──────────────────────────────────────────────╮
   │                                              │
   │      Update available! 10.8.1 → 10.9.0.      │
   │     Changelog: https://pnpm.io/v/10.9.0      │
   │   To update, run: corepack use [email protected]   │
   │                                              │
   ╰──────────────────────────────────────────────╯

Progress: resolved 357, reused 167, downloaded 190, added 357, done

dependencies:
+ @nuxt/ui 3.0.2
+ vue 3.5.13
+ vue-router 4.5.0

devDependencies:
+ @vitejs/plugin-vue 5.2.3
+ eslint 9.24.0
+ eslint-plugin-vue 10.0.0
+ typescript 5.8.3
+ typescript-eslint 8.30.1
+ vite 6.2.6
+ vue-tsc 2.2.2

╭ Warning ─────────────────────────────────────────────────────────────────────╮
│                                                                              │
│   Ignored build scripts: esbuild, vue-demi.                                  │
│   Run "pnpm approve-builds" to pick which dependencies should be allowed     │
│   to run scripts.                                                            │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯

Done in 8.1s using pnpm v10.8.1
✔ Installation completed.                                     nuxi 9:42:50 AM

✔ Initialize git repository?
Yes
ℹ Initializing git repository...                              nuxi 9:42:54 AM

Initialized empty Git repository in /Users/thomas/Documents/dev/test/nuxtui-starter-vue/.git/

✔ Would you like to install any of the official modules?
@nuxt/ui – The Intuitive UI Library powered by Reka UI and Tailwind CSS

[nuxi 9:42:58 AM]  WARN  No nuxt dependency detected in /Users/thomas/Documents/dev/test/nuxtui-starter-vue.


✔ Do you want to continue anyway?
Yes
ℹ Resolved @nuxt/ui, adding module...                         nuxi 9:43:06 AM
ℹ @nuxt/ui is already installed                               nuxi 9:43:06 AM
ℹ Creating nuxt.config.ts                                     nuxi 9:43:06 AM
ℹ Adding @nuxt/ui to the modules                              nuxi 9:43:06 AM

[9:43:06 AM]  ERROR  Cannot find any nuxt version from /Users/thomas/Documents/dev/test/nuxtui-starter-vue

    at loadNuxt (nuxtui-starter-vue/node_modules/.pnpm/@[email protected]/node_modules/@nuxt/kit/dist/index.mjs:2707:11)
    at Object.run (/Users/thomas/.npm/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/chunks/prepare.mjs:47:24)
    at async runCommand$1 (/Users/thomas/.npm/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/shared/nuxi.BDfoT-RM.mjs:1767:16)
    at async runCommand (/Users/thomas/.npm/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/shared/nuxi.BDfoT-RM.mjs:2097:10)
    at async Object.setup (/Users/thomas/.npm/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/chunks/add2.mjs:156:7)
    at async runCommand$1 (/Users/thomas/.npm/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/shared/nuxi.BDfoT-RM.mjs:1739:5)
    at async runCommand$1 (/Users/thomas/.npm/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/shared/nuxi.BDfoT-RM.mjs:1758:11)
    at async runCommand (/Users/thomas/.npm/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/shared/nuxi.BDfoT-RM.mjs:2097:10)
    at async Object.run (/Users/thomas/.npm/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/chunks/init.mjs:879:7)
    at async runCommand$1 (/Users/thomas/.npm/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/shared/nuxi.BDfoT-RM.mjs:1767:16) 



[9:43:06 AM]  ERROR  Cannot find any nuxt version from /Users/thomas/Documents/dev/test/nuxtui-starter-vue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant