Closed buditanrim closed 11 months ago
Node.js v18.16.0
pnpm add -D nuxt-gtag
modules: ['nuxt-gtag'],
I get Object literal may only specify known properties, and ‘gtag’ does not exist in type
No response
Have you checked to:
npx nuxi prepare
After you have added the module Nuxt has to be started once so that the types are being generated.
Environment
Node.js v18.16.0
Reproduction
pnpm add -D nuxt-gtag
modules: ['nuxt-gtag'],
in nuxt.config.tsDescribe the bug
I get Object literal may only specify known properties, and ‘gtag’ does not exist in type
Additional context
No response
Logs
No response