mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 13:36:14 +00:00
comment out testrpc
(no-unused-vars)
This commit is contained in:
parent
948f5ce2ec
commit
068d2da524
@ -12,8 +12,8 @@ class Simulator {
|
||||
run(options) {
|
||||
let cmds = [];
|
||||
|
||||
const testrpc = shelljs.which('testrpc');
|
||||
const ganache = shelljs.which('ganache-cli-embark');
|
||||
// const testrpc = shelljs.which('testrpc');
|
||||
// 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'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user