Andrew Dyachenko

Results 11 comments of Andrew Dyachenko

Yes these are different errors. The first one is the original place where I have seen this at the first time. This is the GitLab's pipeline which is running on...

You are right! ```bash andrey@ru41 client % npm ls lmdb-store [email protected] /Users/andrey/Sites/main-site/src/client └─┬ @parcel/[email protected] └─┬ @parcel/[email protected] └─┬ @parcel/[email protected] └── [email protected] andrey@ru41 client % ```

To build the project, I actively use [Parcel](https://parceljs.org/), which most likely depends on `lmdb-store` and `node-lmdb`

> Yes, lmdb-store is a dependency of parcel. [email protected] already includes a prebuild for linux-x64+node-v16 (you could verify it at node_modules/lmdb-store/prebuilds/linux-64/node-abi94.node). So the prebuild must somehow be failing to work...

Can we automatically move this issue to [lmdb-store](https://github.com/DoctorEvidence/lmdb-js)?

Good. Maybe a little later it will turn out to be move this issue to [lmdb-store](https://github.com/DoctorEvidence/lmdb-js) automatically

What about your request to reproduce this error in the github actions: you probably need a docker file as well as all the dependencies from the package.json file from the...

I threw out everything unnecessary from the `package.json` and `Dockerfile` files, left only what could theoretically cause an error, I hope 🙏 it will start in github action. However I...

About things you are asking for: - It was after the transition from the **14th** version Node to the **16th** version Node that this error began to occur. I can...

Yes, the error no longer occurs. Reason not found