🛠 Repo: Unable to install on ARM Mac (node-pre-gyp and gyp failures) #5059
Labels
area: repository tooling
concerning ease of contribution
status: accepting prs
Mocha can use your help with this one!
type: bug
a defect, confirmed by a maintainer
Tooling Suggestion Checklist
master
branch of the repository.faq
label, but none matched my issue.Overview
Running
npm i
on my fancy schmancy M2 Macbook Air and ignoringnpm WARN deprecated
lines:This is from Mocha's dev tooling being set up back when it was common for packages such as
gyp
/node-gyp
/node-pre-gyp
to run C++ builds innpm install
s.We should update/switch packages so that code contributors & maintainers no longer need to have the right C++ compiler and/or Python version installed.
Additional Info
For now, a workaround is:
The text was updated successfully, but these errors were encountered: