This error occurs because the folders related to installed dependencies are not properly configured. In the case of SQLite3, PNPM does not automatically execute the build scripts after installation, as it ignores them by default. As a result, the required build
folder is not created, leading to the following error message:
"Could not locate the bindings file"
To manually trigger the execution of SQLite3's build scripts, run the following command: