From 1e585e51866924673d7442e83cde2b20c1bfc00e Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 11 Jul 2018 13:08:48 -0500 Subject: [PATCH] include old `const ganache =` line in original pos wrt disabled code --- lib/cmds/simulator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cmds/simulator.js b/lib/cmds/simulator.js index 8e68f6937..29762c38f 100644 --- a/lib/cmds/simulator.js +++ b/lib/cmds/simulator.js @@ -14,6 +14,7 @@ class Simulator { const ganache = shelljs.which('ganache-cli-embark'); // const testrpc = shelljs.which('testrpc'); + // const ganache = shelljs.which('ganache-cli'); // if (!testrpc && !ganache) { // this.logger.warn(__('%s is not installed on your machine', 'Ganache CLI (TestRPC)')); // this.logger.info(__('You can install it by running: %s', 'npm -g install ganache-cli'));