Closed bigbean17 closed 5 months ago
@bigbean17 for me usually when I just install the module and try to add mongoose
config to nuxt.config
, it doesn't recognized it; but when I run the dev
script it works. or it might be something with your IDE, if you could share a minimal reproduction we could investigate it better. thanks
@bigbean17 The typescript error you mentioned above may related to the type-generation for nuxt config.
Usually the type-generation process will re-run when you re-run npm run dev
, give it a try and see if the error reported by your IDE will gone.
Hi,
I'm trying to add mongoose to the config file, but I'm keep getting this error
Here is the config file
Does anyone know how can I fix this? Any help would be appreciated.
Thanks!