-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
Building/installing on M1 (Apple Silicon ARM) #218
Comments
It seems node-canvas doesn't work on apple siliicon out of the box.
hope it helps |
I don't think I have the expertise to resolve this but thank you for looking into this @mifi |
I don't have much time to work on this now, so I think we can only wait for someone to improve the situation with node-canvas and apple silicon |
I've been running editly in Apple Silicon on Node v18.12.1 My yarn.lock quotes version for other dependencies as follows: editly@^0.14.1: |
I had the same error on my Macbook Air M1, was able to fix by downgrading to node.js |
@codergautam this worked for me as well. |
Solution for me (M1 Macbook) was to use |
I just release 0.15.0-rc.1, which among other things updates canvas and gl to more modern versions (#282). I'm able to build it fine on a mac with an m2. Let me know if you have troubles with the latest release. |
npm i -g editly
ornpm i editly@latest
Hello,
I haven't been able to install editly via npm at all. I consistently get these errors:
I am running Mac OS Monterey 12.5.1. I have the latest versions of node.js, python, ffmpeg and ffprobe installed as of today. Sorry if I am missing something obvious here 😅
The text was updated successfully, but these errors were encountered: