kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
505 stars 41 forks source link

"module" entry pointing to non-existent file #143

Closed aleclarson closed 2 years ago

aleclarson commented 2 years ago

https://github.com/DoctorEvidence/lmdb-js/blob/3ffc3b0902064695682e62cca6efd386a5a5655e/package.json#L23

kriszyp commented 2 years ago

I'll fix this, but if I recall, it is a fairly old NodeJS version that doesn't use exports instead module (and wondering if you might run into other problems with an old NodeJS version); what Node version are you using?

aleclarson commented 2 years ago

I'm using Node v17.2.0

I actually stumbled on this while looking through the package.json trying to figure out the cause of an unrelated bug (https://github.com/dividab/tsconfig-paths/issues/192).

kriszyp commented 2 years ago

Fix published in v2.2.4.