mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 05:56:00 +00:00
comment out testrpc
(no-unused-vars)
This commit is contained in:
parent
0e2eaa6728
commit
1741abca76
@ -12,8 +12,8 @@ class Simulator {
|
|||||||
run(options) {
|
run(options) {
|
||||||
let cmds = [];
|
let cmds = [];
|
||||||
|
|
||||||
const testrpc = shelljs.which('testrpc');
|
|
||||||
const ganache = shelljs.which('ganache-cli-embark');
|
const ganache = shelljs.which('ganache-cli-embark');
|
||||||
|
// const testrpc = shelljs.which('testrpc');
|
||||||
// if (!testrpc && !ganache) {
|
// if (!testrpc && !ganache) {
|
||||||
// this.logger.warn(__('%s is not installed on your machine', 'Ganache CLI (TestRPC)'));
|
// 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'));
|
// this.logger.info(__('You can install it by running: %s', 'npm -g install ganache-cli'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user