arashsheyda / nuxt-mongoose

A Nuxt module for simplifying the use of Mongoose in your project.
https://docs.arashsheyda.me/nuxt-mongoose
69 stars 11 forks source link

nuxt-mongoose module: "#nuxt/mongoose" is not defined #20

Closed AsbDaryaee closed 9 months ago

AsbDaryaee commented 9 months ago

I'm trying to integrate my Nuxt project with the nuxt-mongoose module, but I'm encountering a problem, even if I've followed all the steps.

In development everything is fine but when I build the project and deploy, I get an error like this:

'Package import specifier "#nuxt/mongoose" is not defined in package /app/.output/server/package.json imported from /app/.output/server/chunks/message.post.mjs'

Is it just me or other developers faced something like this?