Skip to content

Commit ac0d75d

Browse files
Document that AVA 4 cannot be run globally
Co-authored-by: Mark Wubben <[email protected]>
1 parent 26a2e5d commit ac0d75d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Alternatively you can install `ava` manually:
6666
npm install --save-dev ava
6767
```
6868

69+
*Make sure to install AVA locally. As of AVA 4 it can no longer be run globally.*
70+
6971
Don't forget to configure the `test` script in your `package.json` as per above.
7072

7173
### Create your test file

0 commit comments

Comments
 (0)