Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Installing ganache cli on Windows

David Murdoch edited this page Nov 16, 2018 · 1 revision

ganache-cli is easy to install on Windows; just download and install nodejs, then run the following command:

$ npm install -g ganache-cli

For additional performance you can install windows-build-tools first which will allow for some of ganache-cli's dependencies to be built as native modules when installed. Start PowerShell as Administrator and run:

$ npm install -g windows-build-tools
Clone this wiki locally