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
During v7 refactor we remove all the checks that started the IPFS daemon if it was not detected.
Currently when running commands like dao install and there is no IPFS running we output:
Get Repo [started]
Get Repo [failed]
→ Cannot find artifacts in aragonPM repo. Please make sure the package is published and IPFS or your HTTP server running.
Fetching katalyst.open.aragonpm.eth@latest [failed]
→ Cannot find artifacts in aragonPM repo. Please make sure the package is published and IPFS or your HTTP server running.
✖ Error: Cannot find artifacts in aragonPM repo. Please make sure the package is published and IPFS or your HTTP server running.
We should consider if introduce again something like we add in aragon runhere.
The text was updated successfully, but these errors were encountered:
During v7 refactor we remove all the checks that started the IPFS daemon if it was not detected.
Currently when running commands like
dao install
and there is no IPFS running we output:We should consider if introduce again something like we add in
aragon run
here.The text was updated successfully, but these errors were encountered: