You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
是否可以考虑升级 canvas 依赖,以提升对 Apple Silicon 的兼容性?这将对使用 M1/M2 芯片的开发者非常有帮助。
感谢你们的出色工作!
Hi team,
While trying to run bindings/gpt-vis-ssr locally on an Apple Silicon (arm64) Mac, we encountered build failures related to the canvas dependency. It appears that canvas@2 lacks proper arm64 prebuild support, which causes installation to fail during native module compilation.
This issue seems to be addressed in later versions of canvas, particularly starting from v3.1.1 where arm64 prebuilds were introduced. The relevant PR is #2354.
Would you consider upgrading the canvas dependency to a newer version that includes arm64 support? This would greatly improve compatibility for developers using Apple Silicon machines.