cli icon indicating copy to clipboard operation
cli copied to clipboard

⚡️ Nuxt Generation CLI Experience.

Results 143 cli issues
Sort by recently updated
recently updated
newest added

### 🔗 Linked issue Resolves #403 ### ❓ Type of change respect the `--inspect` argument that is passed to `nuxi dev` - [ ] 📖 Documentation (updates to the documentation...

### Environment - Operating System: `Darwin` - Node Version: `v22.9.0` - Nuxt Version: `3.13.2` - CLI Version: `3.14.0` - Nitro Version: `2.9.7` - Package Manager: `[email protected]` - Builder: `-` -...

Running for example `npx nuxi@latest module add shadcn-nuxt` Gives an error because it tries to resolve the package through npm.pkg.github.com: ``` ERROR [GET] "https://npm.pkg.github.com//shadcn-nuxt/latest": 403 Forbidden ``` Running `npx [email protected]...

`pnpm nuxi module add scripts tailwind` only installs @nuxt/scripts but should install both, scripts and tailwind 😋

### 🔗 Linked issue Fix #461. ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...

This feature allows precise control over the desired version for Nuxt and all its sub-packages. It provides the flexibility to, for instance, update only to the next minor version. The...

https://github.com/nuxt/cli/issues/324#issuecomment-2376401359

bug
command:dev
dev-proxy

If you want to add a component, ... to the project, you will typically use the: `nuxi add component` Meanwhile, to add a module, you would use: `nuxi module add`...

### 🔗 Linked issue Refer to https://github.com/nuxt/nuxt/issues/28543 to reproduce this issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞...

This PR is meant to add ability to select new upgradable version of Nuxt. User can select between stable and nigthly versions. If nightly version is selected, user will be...