Open Vivi728 opened 5 years ago
This is basically the same issue as https://github.com/aragon/aragon-cli/issues/505, one link seems to be broken in one of the dependencies we are using :/
That is to say, there is no solution yet,right?
Not sure, any thoughts @0xGabi?
@Vivi728 can you check again? We experienced an issue with the reliability when downloading IPFS, we will work to fix it. In case you are still experience the same you can try running aragon ipfs
before ran npm start
. To install the aragon binary ran npm i -g @aragon/cli
It'is so bad when I run npm i -g @aragon/cli
Hey @Vivi728 I believe this is a problem with how you have permissions setup for node on you machine. Can you try: sudo npm i -g --unsafe-perm @aragon/cli
Yes, I tried. There are still mistakes.
@Vivi728 sorry for all this troubles. This is an issue with IPFS the last couple of days. The download is not been reliable. We already ask them for help here: https://github.com/ipfs/go-ipfs/issues/6451
@0xGabi Is there any progress?
@Vivi728 seems to be working now. But might be unreliable. We are considering other options for future versions.
@0xGabi It seems that everything is back to its original point.
@Vivi728 Hey sorry that I took longer to answer you. I think you still don't have ipfs installed, this answer might help if you struggle with that.
Then I also recommend you ran aragon ipfs
before npm run start
. I tested both linux and macOS and it worked that way for me.
Anyways I bumped a couple of issue with openssl and scrypt dependency. I plan to take a look more in detail and update the repo a bit..hopefully improving the developer experience.
@0xGabi Hey is there a complete installation documentation?
@Vivi728 You mean for Aragon desktop?
and aragon-cli .
@0xGabi I've installed Aragon desktop successfully,but something wrong with aragon cli like that: Is thak ok?
@vivi728 Hey so you were able to ran Aragon desktop and the IPFS works fine?
About the aragonCLI you should ran: npm run prepare
instead. We explain why we are doing it as well as other development decisions on our internal documentation. Hope you find it useful.
Going forward we can keep the aragonCLI discussion over Aragon chat, my handle is gabi over there.
@0xGabi Yeah, but I need to start ipfs service manually , then start the Aragon desktop, otherwise I will get an error like " Could not start IPFS service" , just like before.
Ok, thanks for clarifying it
when I run
npm start
, I got this: How to start IPFS instance?