You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
@satazor and myself presented a workshop, True serverlessipfs/dynamic-data-and-capabilities#59 in the Aveiro University. There were people there with all type of environments and package managers. IIRC, there were people using CentOS, Fedora, Xubuntu, among others. During the workshop people had to install peer-base and had several problems installing it due to ipfs / libp2p dependencies.
List of common problems that people had in their environments:
need to have node-gyp installed globally
node-gyp requires python2.7, while there were people who only had python3 installed and got issues until switching to python2.7.
build-essential package needed
gcc-c++ needed
I would say that we should have a FAQ installing questions with the possible problems installing ipfs and how to fix them. What do you think?