Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aragon ipfs install does not work #1753

Open
Npizza opened this issue Jul 12, 2020 · 7 comments
Open

aragon ipfs install does not work #1753

Npizza opened this issue Jul 12, 2020 · 7 comments
Assignees

Comments

@Npizza
Copy link

Npizza commented Jul 12, 2020

πŸ› 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 [email protected] --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.

@sohkai
Copy link
Contributor

sohkai commented Jul 12, 2020

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

@macor161
Copy link
Contributor

@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 [email protected] --global and see what error message you get?

@Npizza
Copy link
Author

Npizza commented Jul 13, 2020

This is the error that I get:
image

@sohkai
Copy link
Contributor

sohkai commented Jul 13, 2020

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

@Npizza
Copy link
Author

Npizza commented Jul 14, 2020

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

@pythonpete32
Copy link

@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/[email protected]

@nestorbe
Copy link
Contributor

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. :)

@c0rv0s c0rv0s self-assigned this Feb 24, 2021
@nestorbe nestorbe self-assigned this Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants