37787/not-able-to-install-ganache
I am getting a "Checkpermission" error on executing the below command
npm install -g ganache-cli
I tried running it as sudo, but didn't get installed. Any other way to install ganache?
There is an alternative method. You can download ganache from the below link
https://github.com/trufflesuite/ganache/releases/download/v1.2.2/ganache-1.2.2-x86_64.AppImage
After it has downloaded execute the below command in terminal
cd Downloads sudo chmod a + x ganache-1.2.2-x86_64.AppImage
Now search for ganache and double click on it and press yes on the pop-up box. Ganache GUI will be started.
You need root access to install truffle, ...READ MORE
As far as I can understand the ...READ MORE
Hi. It seems you have changed some ...READ MORE
I know this is very frustrating, I ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
yes all are over TCP/IP connections secured ...READ MORE
Try setting the PATH like this, export PATH="/usr/local/share/npm/bin:$PATH" Now run the ...READ MORE
Clean up the invalid package repository: cd ../../etc/apt/sources.list.d sudo ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.