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

nuxt moved back under devDependencies #730

Closed
TechAkayy opened this issue Jun 4, 2024 · 1 comment
Closed

nuxt moved back under devDependencies #730

TechAkayy opened this issue Jun 4, 2024 · 1 comment

Comments

@TechAkayy
Copy link

I notice the reasoning behind moving nuxt as dependencies, and pinning vue & vue-router here - #723 && #525.

But the usual npx nuxi upgrade --force command moves nuxt back under devDependencies like this:

  "dependencies": {
    "vue": "^3.4.27",
    "vue-router": "^4.3.2"
  },
  "devDependencies": {
    "nuxt": "^3.11.2"
  }

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: npm@10.2.0
  • Builder: -
  • User Config: hooks, devtools
  • Runtime Modules: -
  • Build Modules: -
@manniL
Copy link
Member

manniL commented Jun 4, 2024

Let's track in nuxt/cli#298

@manniL manniL closed this as not planned Won't fix, can't repro, duplicate, stale Jun 4, 2024
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