From ac0d75d05d28e511b1b3654b09d11d602e360179 Mon Sep 17 00:00:00 2001 From: Binyamin Aron Green Date: Thu, 23 Jun 2022 11:48:00 -0400 Subject: [PATCH] Document that AVA 4 cannot be run globally Co-authored-by: Mark Wubben --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index cdada8de4..a16e308be 100644 --- a/readme.md +++ b/readme.md @@ -66,6 +66,8 @@ Alternatively you can install `ava` manually: npm install --save-dev ava ``` +*Make sure to install AVA locally. As of AVA 4 it can no longer be run globally.* + Don't forget to configure the `test` script in your `package.json` as per above. ### Create your test file