I installed the following to set up my work environment for Ubuntu:
-Vagrant
-Virtualbox
-Aegir
-npm and git to clone and install github.com/ipfs/js-ipfs.git (following the instructions from the browse-mfs example)
I managed to get it to work 1 time, but now on a different machine I stumble upon a problem. npm install works fine bus the npm run build gives an error message (aegir not found). I see the /js-ipfs/packages/ipfs-core-utils/package.json file starts the build process and it says in line 25 “aegir build” that is where the error originates.
My question is; why can it not find and build the .aegir.js script.
Any questions or answers are welcome
lerna info Executing command in 10 packages: “npm run build”
ipfs-message-port-protocol: > ipfs-message-port-protocol@0.2.0 build /home/poopy/Desktop/ex2/aegir-dev-vm/js-ipfs/packages/ipfs-message-port-protocol
ipfs-message-port-protocol: > aegir build
ipfs-message-port-protocol: sh: 1: aegir: not found