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

Problem installing aragon-cli with npm install #1752

Open
Npizza opened this issue Jul 11, 2020 · 5 comments
Open

Problem installing aragon-cli with npm install #1752

Npizza opened this issue Jul 11, 2020 · 5 comments

Comments

@Npizza
Copy link

Npizza commented Jul 11, 2020

❓ Questions and Help

Hi I am trying to set up the aaragon-cli to my Ubuntu VM. I have installed Node v12.18.2.

I tried to build it from source with this commands:

git clone https://github.com/aragon/aragon-cli.git
cd packages/cli
npm install
npm link


But on npm install I get this error:

image

Can someone help me?

@welcome
Copy link

welcome bot commented Jul 11, 2020

Thanks for opening your first issue in aragonCLI! Someone will circle back soon ⚡

@macor161
Copy link
Contributor

Hi @Npizza, this looks like a temporary install error from npm. I usually run the command again and it generally works. However, using yarn is strongly recommended for development.

@Npizza
Copy link
Author

Npizza commented Jul 12, 2020

Thank you! I was able to install it with NPM after all and to install a missing package: sudo npm install -g eth-json-rpc-filters

@sohkai
Copy link
Contributor

sohkai commented Jul 12, 2020

This appears to be a weird problem with the most recent version of ganache not including the eth-json-rpc-filters package by default.

@Npizza
Copy link
Author

Npizza commented Jul 12, 2020

Also the IPFS install command is not wokring #1753

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

3 participants