sidebase / nuxt-session

Nuxt session middleware to get a persistent session per app user, e.g., to store data across multiple requests. The nuxt session module provides the useSession() composable out of the box and sets up API endpoints to interact with your session to make working with sessions feel like a breeze.
https://sidebase.io/nuxt-session/
MIT License
188 stars 19 forks source link

Cannot find module '/home/projects/nuxt-starter-jrvipw/node_modules/argon2/lib/binding/napi-v3/argon2.node' #58

Closed agracia-foticos closed 1 year ago

agracia-foticos commented 1 year ago

Environment

Nuxi 3.0.0 11:59:07 11:59:09 RootDir: /home/projects/nuxt-starter-jrvipw 11:59:09 Nuxt project info: 11:59:09


πŸ‘‰ Report an issue: https://github.com/nuxt/framework/issues/new 11:59:09

πŸ‘‰ Suggest an improvement: https://github.com/nuxt/framework/discussions/new

πŸ‘‰ Read documentation: https://v3.nuxtjs.org

Reproduction

https://stackblitz.com/edit/nuxt-starter-jrvipw?file=nuxt.config.ts

Describe the bug

I am trying to reproduce the following error:

I can't use nuxt-auth and nuxt-session in the same project as they both use the useSession composable.

But when trying to mount the project on stackBlitz it gives me an argon2 error

Additional context

No response

Logs

No response

lionel-addvanto commented 1 year ago

Why got this issue closed, the error persists