Skip to content

Commit 6cfffe1

Browse files
Install Ganache globally
1 parent 0a764bb commit 6cfffe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

program-analysis/echidna/end-to-end-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ $ npm i truffle
2727
If `ganache` is not installed, add it manually. In our example, we will run:
2828

2929
```
30-
$ npm i ganache
30+
$ npm -g i ganache
3131
```
3232

3333
Other projects using yarn will require:
3434

3535
```
36-
$ yarn add ganache
36+
$ yarn global add ganache
3737
```
3838

3939
Ensure that `$ ganache --version` outputs `ganache v7.3.2` or greater.

0 commit comments

Comments
 (0)