-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Please provide a darwin-unknown-arm64 prebuild #2075
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
Comments
Having same problems here. I was stumbling over this issue when installing jsdom on my machine. Here some background. Maybe this helps to understand what's happening. It would also break if you depend on canvas only - but I just wanted to make clear, that the new npm version is pulling peer dependencies and will fail a jsdom installation and different other installations depending on jsdom etc. etc. (in my case it was jest->jsdom->canvas) Basic info:node: v16.16.0 OS: MacOS 12.4. (M1 - arm64/v7) Minimal reproduction caseJust create a minimal npm project which depends on jsdom: "^20.0.0" {
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jsdom": "^20.0.0"
}
} When I try to execute
A temporary fix can be to |
Seems same kind of issue in Mac M1 docker build with Native docker install. |
Prebuilds are working for macOS/Arm since #2354 was merged!
|
Feature
Please provide a darwin-unknown-arm64 prebuild, since the native build needs quite a lot of dependencies.
Your Environment
The text was updated successfully, but these errors were encountered: