aragon / aragon-cli

CLI for creating and publishing Aragon apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aragon ipfs install does not work

Npizza opened this issue Β· comments

πŸ› Bug Report

I have installed the aragon-cli and I am trying to install ipfs.
When I run the command aragon ipfs install I get error on command :
βœ– Error: Command failed with exit code 1: npm install go-ipfs@0.4.22 --global

It seems that when it run this command it is unable to download the file.

If anyone is working on that please tell me.

This is likely related to the IPFS mirrors. Rather than use this command, you can download and install IPFS from their site.

@Npizza Were you able to install IPFS?
Like @sohkai said, it's probably a temporary problem with the mirrors. If it's still not working, could you try running npm install go-ipfs@0.4.22 --global and see what error message you get?

This is the error that I get:
image

Ah, this is actually related to your local node environment! You should likely be using nvm or another node version manager :).

I have tried on 2 different enviroments and I get the same error.

@Npizza I was not able to replicate the error either. I'm using node 12.18.0 with NVM

I would suggest upgrading to the latest version of the CLI with npm I -g @aragon/cli@7.1.6

This is likely related to the IPFS mirrors. Rather than use this command, you can download and install IPFS from their site.

This is exactly the solution for this issue, I ran into this issue last week when setting up a new computer and solved it by downloading/installing IPFS from their site. :)