-
Notifications
You must be signed in to change notification settings - Fork 57
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
Install fails on macOS Big Sur (11.1) #99
Comments
npm install i2c-bus
fails on macOS Big Sur (11.1)
Can you post the complete output of the command |
Of course, here's the entire output.
|
Okay... this is weird. I retried removing and installing the package and now it went fine. |
Ok, good to hear that it works now. Thanks for the feedback. |
@jorisvervuurt , what did you do to fix this, I'm having the same issue, I am using Big Sur 11.2.3, and when I try to install node-gyp: npm install -g node-gyp The result is: npm ERR! A complete log of this run can be found in: I am not behind a proxy. I am running node v15.11.0 |
@SPlatten the error you are seeing is not related to the error I experienced. It seems either the npm registry was temporarily unreachable or you are experiencing internet connectivity issues. |
When trying to install
i2c-bus
(v5.2.1), I get the following error on macOS Big Sur (11.1).I'm using Node.js 14.15.3 LTS through
nvm
.The text was updated successfully, but these errors were encountered: