-
Notifications
You must be signed in to change notification settings - Fork 3k
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
On M1 Mac (arm64) npm install fails. #2696
Comments
ghost
mentioned this issue
Sep 6, 2022
ghost
changed the title
[BUG]: On M1 Mac (arm64) npm install fails.
On M1 Mac (arm64) npm install fails.
Sep 6, 2022
rejas
pushed a commit
that referenced
this issue
Sep 12, 2022
Can this be closed now? |
@rejas |
ghost
closed this as completed
Sep 12, 2022
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
On M1 Mac npm install fails.
Perhaps this is not only m1 mac, but I think that it is a problem that occurs with arm64 terminal.
How to Reproduce
I use volta for node version control.
https://docs.volta.sh/guide/
Expected behavior
Additional context
I roughly understand the cause of this problem.
This is because the version of the
mocha-headless-chrome
package is old and the internally dependentpuppeteer
is old, so it is not compatible with arm64 chrome.I solved it by upgrading the
mocha-headless-chrome
package to the latest 4.0.0 just in case.Please consider upgrading this package.
The text was updated successfully, but these errors were encountered: