Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesnt work with nuxt v3? #106

Open
gilzow opened this issue Jul 26, 2023 · 1 comment
Open

doesnt work with nuxt v3? #106

gilzow opened this issue Jul 26, 2023 · 1 comment

Comments

@gilzow
Copy link

gilzow commented Jul 26, 2023

in version 2 of nuxtjs I could do

npx nuxt telemetry disable

To disable telemetry. I'm now on a v3 nuxtjs project (v3.6.5) and doing the above now produces

❯ npx nuxt telemetry disable
Nuxi 3.6.5                                                                                                                                                                                                                                                                                                                                                                                           

Invalid command telemetry
Usage: npx nuxi dev|build|build-module|cleanup|clean|preview|start|analyze|generate|prepare|typecheck|usage|info|init|create|devtools|upgrade|test|add|new [args]                                     3:28:12 PM

Use npx nuxi [command] --help to see help for each command

The nuxtjs docs on telemetry just point to this repository.

Is disabling telemetry no longer an option? Or has the command for doing so changed?

Copy link
Member

We currently are working to get the telemetry subcommand working in Nuxt. (It will be possible with new https://github.com/nuxt/cli package.)

For now you can run npx @nuxt/telemetry disable instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants