cli icon indicating copy to clipboard operation
cli copied to clipboard

⚡️ Nuxt Generation CLI Experience.

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

For example, when I install `@nuxt/eslint`, for pnpm, I will install `eslint` and `@nuxt/eslint` as `devDepencies`: ``` shell pnpm add -D @nuxt/eslint eslint ``` But when I use `nuxi module...

enhancement
good first issue

`--no-clear` has no effect Have tried using npx and yarn also with no effect

i have used nuxt server route for my login to make a post request but i didn`t have any response. my backend dev gave me a laravel project that i...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@nuxt/eslint-config](https://togithub.com/nuxt/eslint) ([source](https://togithub.com/nuxt/eslint/tree/HEAD/packages/eslint-config)) |...

Hello, I tried to fix the bug that moves nuxt from `dependencies` to `devDependencies` when running nuxi upgrade #428 #298 If the dependency type cannot be determined, it defaults to...

When I run `nuxi init -t` it fails as follows. ```bash % npx nuxi init -t my-project Need to install the following packages: [email protected] Ok to proceed? (y) [11:22:43 AM]...

Hello, You can reproduce by using this repo: https://github.com/Barbapapazes/nuxt-typecheck. Without the `#import`, no errors are reported but by adding `#import` alias (from the generated `tsconfig.json`), the tsc fails with this...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | autofix-ci/action | action | digest | `dd55f44` -> `ff86a55` | ---...

This PR is proposing to add a new `--env [name]` attribute to Nuxi. The attribute will be passed to the `envName` option of the c12 library. This adds the ability...

Context: https://github.com/nuxt/cli/issues/159 https://github.com/unjs/node-fetch-native?tab=readme-ov-file#fetch-with-proxy-support