You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a library which depends on @paralleldrive/cuid2 which on itself depends on @noble/hashes. When I try to launch my Nuxt.js app on Node 16.19.1 with the new imported library I get this error:
I'm using the latest version for each library, but I've also tried to install version 1.1.5 for @noble/hashes (the earlies the dependency graph allows) but I still get the same error.
Any idea?
The text was updated successfully, but these errors were encountered:
Apparently the issue is related to that library not supporting the SSR of my Nuxt.js app and making some mess. Still not solved but the issue doesn't lie here, sorry.
I'm trying to use a library which depends on @paralleldrive/cuid2 which on itself depends on @noble/hashes. When I try to launch my Nuxt.js app on Node 16.19.1 with the new imported library I get this error:

I'm using the latest version for each library, but I've also tried to install version 1.1.5 for @noble/hashes (the earlies the dependency graph allows) but I still get the same error.
Any idea?
The text was updated successfully, but these errors were encountered: