diff --git a/lib/cmds/simulator.js b/lib/cmds/simulator.js index 98066549..8d26b1dc 100644 --- a/lib/cmds/simulator.js +++ b/lib/cmds/simulator.js @@ -15,6 +15,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'));