aragon-cli
aragon-cli copied to clipboard
Pretest command fails to install and run ipfs
🐛 Bug Report
Running yarn pretest
causes the error to happen:
(node:5581) UnhandledPromiseRejectionWarning: Error: Error: Command failed with exit code 1: npm install [email protected] --save npm WARN deprecated [email protected]: The 'go-ipfs' module is now a drop-in replacement for 'go-ipfs-dep', please use that instead npm ERR! code 1 npm ERR! path /Users/nathanaelmueller/Documents/dOrg/aragon/aragon-cli/.tmp/setup/ipfs-project/node_modules/go-ipfs npm ERR! command failed npm ERR! command sh -c node link-ipfs.js npm ERR! ipfs binary not found. maybe go-ipfs-dep did not install correctly?
Have you read the Contributing Guidelines on issues?
- [ .] Yes
To Reproduce
- run
yarn pretest
Expected behavior
I expected IPFS to install in the temp repo and the daemon to start
Actual Behavior
IPFS failed to install and the error mentioned above was logged to the console.
Context
Mainnet or testnet?
Devchain
Organization
(Enter the URL or ENS name of your organization.)
Environment
- OS and OS version: macOS 11.2.2
- Browser and browser version: N/A
- Add any other context about the problem here.
Reproducible Demo
(Paste the link to an example repo, and exact instructions to reproduce the issue.)
@c0rv0s I have solved this issue, I can create a pull request if you want (if the problem is still not taken care of in any of the branches)