-
Notifications
You must be signed in to change notification settings - Fork 79
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
Installation of aragon CLI not working #1857
Comments
Thanks for opening your first issue in aragonCLI! Someone will circle back soon ⚡ |
Following. I'm facing the exact same issue. Big Sur 11.3.1. (intel chip) I managed to get aragon/cli installed using the
It will throw errors, but the installation will work, tested on both a 2020(intel) and 2021(M1) mbp. On my M1 machine I had to uninstall node and brew, and reinstall it through Rosetta (as mentioned above). First you re-install brew and before installing NVM you alias brew to the following:
After that you brew install NVM and set it up using the instructions you see in the terminal after the install.
After it has been setup download node 12 (which is the latest version supporting aragon-cli).:
Finally:
|
having the same issues. and it seems a problem are the aragon-cli's outdated dependencies? |
Same problem here on Linux (Manjaro) :
|
Cloning the repo and doing a
So I tried to install right away with
looks better ...
Although not in the readme, I assumed that I have to open a new terminal to run the tests and that they will make use of the daemon which just started ... TLDR : gave me a lot of errors ... :-(
|
Looks like as if the IPFS API did not start due to the error during
Web UI was up, and gave me |
Hi. I was having the same issue and I was able to install it by installing node v12 as an alternative in my linux system and I used yarn add, instead of npm install. I don't like to do global installs so I just add the node_modules/.bin/ to the path environment variable. EDIT:
I get the conflict, ipfs http client expects node >= 14.
|
🐛 Bug Report
I am trying to install aragonCLI on a MacOS Big Sur (Version 11.2.3). I am following this guide.
When typing
npm install -g @aragon/cli
, I get a lot of deprecation errors and then the following log:Have you read the Contributing Guidelines on issues?
The text was updated successfully, but these errors were encountered: