-
Notifications
You must be signed in to change notification settings - Fork 24
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
Build fails on ARM-based Mac with Node v19 #67
Comments
same issue here |
same thing for me |
Ran into the same issue but I am on M1 chip. |
Same error but with Node v20.5.0 on WSL / Ubuntu 22.04. The real question is why better-sqlite3 is even a dependency when I can't think of anything in this library that would actually need it. |
Anyone got solution to this? |
Magically, I have tried installing this library again (after almost half a year) and the problem got fixed by itself I can send you my dependencies and any other software information that I am currently using, maybe it will resolve the issue for you |
Yes may I see your dependencies? I believe that would help. And do you have macbook M1? |
@yongyi520 yes, I am using M1, here is my full list of dependencies (I use pnpm)
|
Describe the bug
Hi, I'm having trouble installing the library on my ARM-based Mac with NodeJS v19. I'm getting this error, which is fixed by the new major version of
better-sqlite3
.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Run
npm install remix-image
on any project.Expected behavior
Installing the library should not crash.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: