Replies: 2 comments
-
I believe this has been fixed for a quite a while in lmdb-js, at least since 2.3. |
Beta Was this translation helpful? Give feedback.
0 replies
-
the reason of the error was that I was using lmdb-store which is now deprecated. When I changed the package and installed lmdb, the error was gone. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have changed node js version from 16.14.0 to 20.11.1 to meet the requirements of Gatsby 5 and now I am getting error when installing dependencies using yarn install.

The error is with lmdb-store : /opt/build/repo/node_modules/lmdb-store: Command failed.
error: no matching function for call to ‘v8::Symbol::Description()’
Local string = Local::Cast(Local::Cast(jsKey)->Description());
I have tried a lot of solutions from internet but none of them worked
I am also attaching ss of my error
Beta Was this translation helpful? Give feedback.
All reactions