-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
Description
would be handy to have a command to diagnose issues. It could include utilities to resolve package dependency issues, such as:
- outdated versions of unjs utils (defu, untyped)
Error: "defuFn is not a function" in 3.0.0-rc.9-xx nuxt#14768
rc.6 to rc.7 ERROR Cannot start nuxt: nuxtCtx.tryUse is not a function nuxt#14538 - nuxt 2 modules in dep list (even if not in
nuxt.config)
https://github.com/nuxt/nuxt.js/issues/14945 - monorepo hoisting issues (though
workspaceDirnuxt#11074 implementation should have dealt with some of this) - mismatched (or multiple) versions of
vuedeps
[RC 9] [RC 10]Cannot read properties of undefined (reading 'modules')whenvueis installed in parent dir nuxt#14952 - incorrect casing in nuxt folders (on a case-insensitive file system)
Reactions are currently unavailable