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

When running `nuxt typecheck` in a project without `.nuxt` directory `@nuxt/kit` creates an alias for `#build`, but does not create an alias for `#build/*` in tsConfig.compilerOptions.paths which causes typecheck to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | [`^8.0.1` -> `^9.1.0`](https://renovatebot.com/diffs/npm/execa/8.0.1/9.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Creating a new nuxt app with `nuxi` using npm as package manager takes almost 6 minutes. Using pnpm takes 8 seconds, yarn 16 seconds, bun 4 seconds. I get that...

For my project I have lint-staged rules which run `vitest related --run`, `eslint --fix` and `nuxi typecheck`. `lint-staged` actually passes staged files to these commands, which works well for the...

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

## 📚 Describe the feature The cleanup command currently deletes the following directories/files ( https://github.com/nuxt/cli/blob/main/src/utils/nuxt.ts#L18-L30 ) . - `buildDir` - `.output` - `dist` - `node_modules/.vite` - `node_modules/.cache If you want...

### Environment Nuxt project info: ------------------------------ - Operating System: Windows_NT - Node Version: v18.13.0 - Nuxt Version: 3.7.0 - CLI Version: 3.7.3 - Nitro Version: 2.6.2 - Package Manager: [email protected]...

nitro

### 🔗 Linked issue Resolves #53 Resolves https://github.com/nuxt/cli/issues/374 ### 📚 Description This PR implements an initial setup wizard which can be extended later. Before implementing this feature I looked at...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://nuxt.com/docs/api/kit) ([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/kit)) | [`^3.12.2` -> `^3.12.4`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.12.2/3.12.4) |...

### Environment Nuxt project info: 9:52:35 PM ------------------------------ - Operating System: Linux - Node Version: v20.12.2 - Nuxt Version: 3.12.4 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package...

enhancement
good first issue
workaround available