-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module '@databend-driver/lib-linux-x64-musl' when lib-linux-x64-gnu is present #419
Comments
and this is the output of { |
Hi, |
Thanks for your time.
|
You could try after #420 got released. |
I think isMul didn't works fine
https://github.com/datafuselabs/bendsql/blame/4a1654483cbdf7741d094185c8cc226db4c63177/bindings/nodejs/generated.js#L32
Description
I am experiencing an issue where Node.js cannot find the required module @databend-driver/lib-linux-x64-musl.
However, the directory @databend-driver/ contains lib-linux-x64-gnu instead.
This issue has arisen despite having the correct dependency listed in package.json.
Steps to Reproduce
Include databend-driver in package.json:
Attempt to run the project.
Encounter error: ERROR Cannot find module '@databend-driver/lib-linux-x64-musl'.
Expected Behavior
The application should correctly locate and use the available lib-linux-x64-gnu library, or the documentation should specify if additional configuration is needed when the musl variant is not available.
Actual Behavior
Node.js throws an error saying it cannot find the @databend-driver/lib-linux-x64-musl module.
The text was updated successfully, but these errors were encountered: