-
Notifications
You must be signed in to change notification settings - Fork 170
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
Cannot build on macos 14.4.1 (23E224) and PNPM #289
Comments
This library requires to be updated regularly to support newer versions of node, and newer versions of your system's build toolchain. Are you able to –in a separate project– successfully install the latest |
It seems that switching to node |
Were you unable to install the latest version of this library in a clean project with node v20? |
I had a similar issue yesterday fresh install via pnpm on node@20 Switching to latest node@18 worked. |
@jacobclarke92 yes. Check the assets under the releases on GitHub to see which prebuilds are available. Your environment should have a prebuilt binary with v8.0.2 of this library. |
Hi,
I'm trying to install
editly
module that usedgl@^5.0.3
.Macos: 14.4.1 (23E224)
Python: 3.10.10
GCC:
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: x86_64-apple-darwin23.4.0
Thread model: posix
PNPM: 8.15.6
NODE: 20.9.0
Headless-gl is failing to build when
pnpm install
orpnpm rebuild
.I got those errors:
Thank you for help
The text was updated successfully, but these errors were encountered: