-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Mac M1 - instalation error with pnpm - ERR 404 even doing brew instalation #2431
Comments
Exactly the same with node v20.17 |
Same with node v20.17 and Mac M2 macOS 15.0 |
Happening on |
Okay guys I found out what was breaking mine. For me, it was Xcode command line tools. Once I did that I restarted my computer and ran the install again, worked like a charm. Let me know if this fixes anyone else's issue. EDIT: |
Worked for me, Thanks |
It worked for me also. Thank you. Even when I did |
Closing the issue. @harrisonhowardax thank you so much again 👏🏽 |
after xcode manual installation and agreeing to license, I had to reboot again, then it worked flawlessly 👌 after hours of research that finally helped, thanks @harrisonhowardax |
Chime-in here as well - I just deleted and reinstalled xcode tools and that worked for me. sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install |
Issue or Feature
After doing
pnpm i canvas
i have this issueSteps to Reproduce
Just doing
pnpm i canvas
I have also done the brew instalation because I'm using Mac M1
brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman python-setuptools
This doesn't fix it
Your Environment
2.11.2
node: 20.7.0 Mac M1 verion 15
The text was updated successfully, but these errors were encountered: