You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had been working on nuxt audit module previously (trying to find the code). It might be good idea to be developed as an ad-hoc module. It was mainly purposed for generic audit (not dependency related issues). Dependency related issues should be handled with nuxi upgrade IMO (and nuxi install maybe sometime later).
would be handy to have a command to diagnose issues. It could include utilities to resolve package dependency issues, such as:
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.config
)https://github.com/nuxt/nuxt.js/issues/14945
workspaceDir
nuxt#11074 implementation should have dealt with some of this)vue
deps[RC 9] [RC 10]
Cannot read properties of undefined (reading 'modules')
whenvue
is installed in parent dir nuxt#14952The text was updated successfully, but these errors were encountered: