-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bug: Error Loadable extension for sqlite-regex not found
#14
Comments
Calling |
Yeah, I don't have precompiled extensions for Linux arm64, but I've been meaning to add them. I'll try to do it soon! In the meantime, you'll need to compile your own version yourself |
For information, there is an error in the Windows platform control for the download of the "sqlite-regex-windows-x64" module, the conversion between "win32" and "windows" is not carried out. : > npm install sqlite-regex-windows-x64
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"windows","cpu":"x64"} (current: {"os":"win32","cpu":"x64"})
npm ERR! notsup Valid os: windows
npm ERR! notsup Actual os: win32
npm ERR! notsup Valid cpu: x64
npm ERR! notsup Actual cpu: x64 It is not blocking, the download can be forced ;) > npm i sqlite-regex-windows-x64 --force
npm WARN using --force Recommended protections disabled.
added 1 package, and audited 361 packages in 2s
62 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities Many thanks ;) |
@asg017 any chance this could be added (ARM build)? happy to sponsor you |
Getting this error on ARM64 Ubuntu:
The text was updated successfully, but these errors were encountered: