-
Notifications
You must be signed in to change notification settings - Fork 37
node error 'invalid ELF header' regarding lz4 dependency #289
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
Comments
Hi, I'm experiencing the same issue when using When I run the project using
I've also tested with other Node versions with the same result. Any updates or workarounds would be greatly appreciated. Thanks! |
One possible workaround is to change the npm config
then the problematic lz4 dependency will never get installed but also all other optional dependencies of your project |
+1 on this, we are using Auth0 Actions and it is not possible for us to control the |
Hello, we are not able to execute this library as node is having issues with the lz4 dependency of this package. Can you please assist on how to use databricks-sql-nodejs in a standard Linux or Mac + NodeJS environment.
steps to reproduce:
npm install @databricks/sql node -e "require('@databricks/sql')"
error message:
versions:
related issue: #270
The text was updated successfully, but these errors were encountered: