-
Notifications
You must be signed in to change notification settings - Fork 40
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
NPM on IPFS cannot be installed on macOS Catalina #119
Comments
@rex4539 can you globally install any other package? It seems to be a permissions error completely unrelated to IPFS Desktop or even |
This worked fine.
|
This still fails.
|
Although I think this is just a permissions error, I'm moving this to I will note that the install on my computer also logs errors even though it ends up installing correctly:
|
Similar error here, macOS Catalina, anyone has a clue what can be done with this? |
Hi guys, I run on mac OS BigSure 11.2.1 (20D74) into the same problem and found a solution. First I was using the installer from node webpage, guess this was the first problem because everything was created as root. 3067 error Error: EACCES: permission denied, access '/usr/local/lib/node_modules' I first solved it partly by changing the ownership as described here: stackoverflow.com I left the system's installation as followed a guide to install via nvm. I hit enter for the install -g ipfs command again, and it worked like a charm. npm WARN ipfs-daemon@0.5.2 requires a peer of electron-webrtc@^0.3.0, but none is installed. You must install peer dependencies yourself.
npm WARN ipfs-daemon@0.5.2 requires a peer of wrtc@^0.4.6, but none is installed. You must install peer dependencies yourself.
npm WARN prometheus-gc-stats@0.6.3 requires a peer of prom-client@>= 10 <= 12, but none is installed. You must install peer dependencies yourself.
+ ipfs@0.54.2
added 818 packages from 1221 contributors in 87.756s |
I tried to do manual install but that failed as well...
The text was updated successfully, but these errors were encountered: