This repository was archived by the owner on May 22, 2025. It is now read-only.

Description
🐛 Bug Report
Running yarn pretest causes the error to happen:
(node:5581) UnhandledPromiseRejectionWarning: Error: Error: Command failed with exit code 1: npm install go-ipfs@0.4.22 --save
npm WARN deprecated go-ipfs-dep@0.4.22: 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?
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.)