From 0f3e012cae3b78ec25dd473926b652287a69c92c Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 17 Feb 2022 12:31:20 +0100 Subject: [PATCH] docs: update windows npx usage --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 34684d396..29a84464c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -132,7 +132,7 @@ If `npm test` command fails, your commit will be automatically aborted. !> **Using Yarn to run commands? There's an issue on Windows with Git Bash, see [Yarn on Windows](/?id=yarn-on-windows).** -_For Windows users, if you see the help message when running `npx husky add ...`, try `node node_modules/.bin/husky add ...` instead. This isn't an issue with husky code._ +_For Windows users, if you see the help message when running `npx husky add ...`, try `node node_modules/.bin/husky add ...` instead. This isn't an issue with husky code and is fixed in recent versions of npm 8._ ### Uninstall