nuxt-umami module not found during typecheck despite being installed
I'm running into an issue with nuxt-umami in my project. When running
ERROR: Could not load nuxt-umami. Is it installed?
However, nuxt-umami is definitely installed in my package.json:
My nuxt.config.ts has the proper configuration:
Any ideas what might be causing this? The module works fine during development, it's just the typecheck that's failing.
Environment:
Nuxt 3.15.4
nuxt-umami 3.1.1
pnpm
pnpm lint (which runs nuxt typecheck && eslint .), I'm getting this error:ERROR: Could not load nuxt-umami. Is it installed?
However, nuxt-umami is definitely installed in my package.json:
My nuxt.config.ts has the proper configuration:
Any ideas what might be causing this? The module works fine during development, it's just the typecheck that's failing.
Environment:
Nuxt 3.15.4
nuxt-umami 3.1.1
pnpm
