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

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

I'm using bun without nodejs installed and running typecheck in CI pipeline using `bunx nuxi typecheck`. It throw error because it requires `npx`. ``` [error] Command failed with ERR_INVALID_ARG_TYPE: npx...

Why was the default mode set to production when running from the command line without setting the NODE_ENV env variable? I'm talking about this line in the command: https://github.com/nuxt/cli/blob/bca75ab6490dfc444e3b6766ba5c47572622e2d3/src/commands/prepare.ts#L26 Typically,...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-v8](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`^3.1.3` -> `^3.1.4`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/3.1.3/3.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

> 3.25.2 is the next patch release. > > **Timetable**: to be announced. ## 👉 Changelog [compare changes](https://github.com/nuxt/cli/compare/v3.25.1...v3.25.2) ### 🏡 Chore - Fix broken lockfile ([cbd3cdb](https://github.com/nuxt/cli/commit/cbd3cdb)) ### ❤️ Contributors -...

### 🔗 Linked issue resolves https://github.com/nuxt/cli/issues/880 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...

When the `.npmrc` file contains a comment on the same line as a `registry` setting, the `nuxi module add` command fails. `.npmrc`: ```ini registry=https://registry.npmjs.org # test comment ``` # Steps...

In the wizard for init a project, if the user ticks one of the official modules that is already installed by default by @nuxt/ui, the module should not be installed...

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

[`pnpm` catalogs](https://pnpm.io/catalogs) are a great way to manage dependencies that need to be kept in sync. Since the config is stored in `pnpm-workspace.yaml`, users can benefit from yaml's anchors and...

good first issue
upstream
discussion