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

I've upgraded to `nuxi 3.9.0` and I got this error when trying to run `nuxi dev --tunnel` ```shell ERROR spawn UNKNOWN 10:16:55 pm at ChildProcess.spawn (node:internal/child_process:414:11) at spawn (node:child_process:761:9) at...

bug
upstream
windows

When creating the [Nuxt module](https://nuxt.com/docs/guide/going-further/modules). I cannot obtain the correct dev proxy port using `nuxt.options.devServer.port` in `Nuxt 3.7.x vite:serverCreated hook`. Because the dev porxy port returns a random port. ##...

### Environment ------------------------------ - Operating System: Darwin - Node Version: v18.12.1 - Nuxt Version: 3.7.3 - CLI Version: 3.8.4 - Nitro Version: 2.6.3 - Package Manager: [email protected] - Builder: -...

needs reproduction

Hello, Thanks for Nuxt! ``` "nuxt": "3.7.0" "node": "18" "pnpm": "8" ``` Context : I have a Firebase project and I use Firebase Hosting. In the `firebase.json` file, you can...

discussion

e.g. https://louismazel.github.io/maz-ui-3/guide/nuxt (related: https://github.com/nuxt/modules/pull/773/files)

enhancement

### Environment platform: windows node: 18.17.1 nuxt 3.7.1 pnpm 8.7.0 ### Reproduction ```javascript { "name": "nuxt-app", "private": true, "scripts": { "build": "nuxt build", "dev": "nuxt dev", "lint:js": "eslint --ext \".ts,.vue\"...

needs reproduction

After upgrading to Nuxt 3.7 URLs, generated from a backend proxied via the dev server, which is accessible via https, contain the wrong protocol ("http" instead of "https"). After some...

bug

Default behavior for using the CLI in a directory without `nuxt.config.ts` is installing, then creating the Nuxt config file and adding the module. Can we check if `nuxt.config.ts` exists first...

enhancement

when adding a module, layers like `nuxt-umami` and `nuxt-seo-kit` should be listed under `extends` instead of `modules` like the current bahvior. Layers can be programmatically detected by checking of directory...

enhancement
discussion

(might be a Nuxt core or Nitro issue starting investigation from CLI) Reproduction: `server/plugins/test.ts`: ```ts const foo = bar export default () => {} ``` `nuxt dev`: console: ``` ERROR...

bug
upstream
nuxt issue