New nuxt app, cannot find module vitest/config
I am trying to create a new nuxt app from scratch with @nuxt/test-utils installed but I can't even run the dev server because I get the following error:
"Cannot start nuxt: Error while importing module @nuxt/test-utils: Error: Cannot find module 'vitest/config' nuxi 8:02:41 PM"
I have tried using both npm and pnpm with no different result
"Cannot start nuxt: Error while importing module @nuxt/test-utils: Error: Cannot find module 'vitest/config' nuxi 8:02:41 PM"
I have tried using both npm and pnpm with no different result
