This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Installing js-ipfs in a project #1790
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
P3
Low: Not priority right now
Type:
Documentation enhancement
Severity:
Very Low
Description:
@satazor and myself presented a workshop,
True serverless
ipfs/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 toipfs
/libp2p
dependencies.List of common problems that people had in their environments:
node-gyp
installed globallynode-gyp
requires python2.7, while there were people who only had python3 installed and got issues until switching to python2.7.build-essential
package neededgcc-c++
neededI 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?Steps to reproduce the error:
npm install peer-base
The text was updated successfully, but these errors were encountered: