cli
cli copied to clipboard
⚡️ Nuxt Generation CLI Experience.
Hello 👋, I was wondering if there were any plans to upgrade to version 4 of the programming interface and take advantage of this major change to remove all the...
Hi :wave: This PR adds `-w` arg to the install command when having pnpm and pnpm workspaces. Pnpm prevents running installing new deps in the root directory without `-w`
## Environment Operating System: Darwin Node Version: v18.16.0 Nuxt Version: 3.11.2 CLI Version: 3.11.1 Nitro Version: 2.9.6 Package Manager: [email protected] Builder: - User Config: devtools, app, css, runtimeConfig, modules, gtag,...
### Environment # root nx project - Operating System: `Darwin` - Node Version: `v20.12.2` - Nuxt Version: `-` - CLI Version: `3.12.0` - Nitro Version: `-` - Package Manager: `[email protected]`...
Closes #421 Causes some perf overhead due to 2 syscalls to read/write pkg. Can be addressed by adding source transform capabilities in `giget` before writing to disk.
### Environment bunx nuxi info: - Operating System: Darwin - Node Version: v21.7.3 - Nuxt Version: 3.11.2 - CLI Version: 3.12.0 - Nitro Version: 2.9.6 - Package Manager: [email protected] -...
When I run nuxi upgrade, it always move nuxt from `dependencies` to `devDependencies` Is there a way to keep nuxt in dependencies when I upgrade with a flag or something?
### Environment `npx nuxi info` ------------------------------ - Operating System: Darwin - Node Version: v21.1.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected]...
### Environment - Operating System: `Darwin` - Node Version: `v18.12.0` - Nuxt Version: `3.3.1` - Nitro Version: `2.3.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `app`, `target`,...
## Description When running the command `npx nuxi@latest init `, the `package.json`'s `name` is always initialized with `nuxt-app` I am aware that we are fetching the files from the templates...