Problem installing ganache #314
-
When i clicked to install ganache an .appx file is downloaded. As far as i know, to install a program whit that extension i have to open powershell, type add-appxpackage and then the path to the file. The process starts well but gives me the following error (I'm translating from spanish so maybe the error translation is not 100% accurate): add-appxpackage : implementation error with HRESULT: 0x80080204, the manifest of package Appx is not valid Do you now what is happening? Is there any way to download ganache as a .exe or zip? The original error in spanish: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you please add all the commands you ran and exact steps you took? |
Beta Was this translation helpful? Give feedback.
-
Ay amigo, whats operating system are your running? You can download the desktop version here: other versions are here: They also have a CLI version, which you can install from the command line. Hardhat has a built in back end, so you don't really need to worry about it too much. |
Beta Was this translation helpful? Give feedback.
Ay amigo, whats operating system are your running?
You can download the desktop version here:
https://trufflesuite.com/ganache/
other versions are here:
https://github.com/trufflesuite/ganache-ui/releases
They also have a CLI version, which you can install from the command line.
https://github.com/trufflesuite/ganache
Hardhat has a built in back end, so you don't really need to worry about it too much.