How to install Ganache appx on Windows 7

+2 votes

This question might sound silly-  I have downloaded the Ganache.appx from the official site and I don't know how to start the ganache. I dont find any files in ganache official site for my specific version of windows, i.e., 7

Please let me know how to launch ganache in my machine.

Aug 1, 2018 in Blockchain by sabby
• 4,390 points
13,836 views

5 answers to this question.

+1 vote
Best answer

Go to https://github.com/trufflesuite/ganache/releases there are a set of releases. For my windows 7, I downloaded ganache-setup-1.2.1.exe and installed. It worked.

answered Aug 17, 2018 by Omkar
• 69,210 points
it worked for me

cheers mate.
+1 vote

You could refer Ganache Issues for your problem.

Ganache builds are targeted for Windows App Store. Build line should be tweaked to achieve this. 

answered Aug 1, 2018 by Perry
• 17,100 points
+1 vote
Double click on the Ganache.appx file. Follow the prompts and Ganache will be installed. Next, type the windows button and search for Ganache, and click on the icon in the search result. Ganache will be running.
answered May 1, 2019 by Jacky
Now working. It says that I don't have the right application to open this type of file.

Install 7-zip. Then right click on the downloaded file and extract the contents of the file. You will find an executable file (with .exe extension), double click on it to run it. This will install Ganache. 

Thank you so much Rizwan!! I actually used PeaZip to extract the .appx file but it worked perfectly!
+1 vote

First, install nodejs on your system. Then open the command prompt as administrator and then run the following commands:

$ npm install --global --production windows-build-tools
$ git clone https://github.com/trufflesuite/ganache.git
$ cd ganache
$ npm install
$ npm start

Ganache should be up and running. 

answered May 1, 2019 by Rajesh
–1 vote
ganache setup-1.1.exe
answered Aug 27, 2019 by ganache setup-1.1.exe
Can you share the link to download this executable?

Related Questions In Blockchain

0 votes
2 answers

How to install Ganache on Linux?

For linux you first need to download ...READ MORE

answered Jun 3, 2019 in Blockchain by Tushar
• 190 points
21,491 views
0 votes
1 answer

How to install Ethereum on Windows?

Download geth installer from https://geth.ethereum.org/downloads/ After download, run ...READ MORE

answered Feb 28, 2019 in Blockchain by Raj
2,931 views
0 votes
1 answer
0 votes
1 answer

How to install v1.7.3. of Geth using ppa?

The Ethereum PPA generally provides the latest ...READ MORE

answered Oct 17, 2018 in Blockchain by Christine
• 15,790 points
985 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,655 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,211 views
0 votes
1 answer

How to install Ganache in Windows?

First, we need to install nodejs. Go ...READ MORE

answered Feb 28, 2019 in Blockchain by Rishi
15,539 views
0 votes
1 answer

How to fix "failed to execute script docker compose" error on windows 7?

It seems like the container is not ...READ MORE

answered Jun 27, 2018 in Blockchain by Omkar
• 69,210 points
21,470 views
+1 vote
4 answers

How to estimate the cost for deploying smart contract on mainnet?

Since you have already deployed the contract ...READ MORE

answered Apr 10, 2018 in Blockchain by Shashank
• 10,400 points
14,628 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP