Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65bc6e5

Browse files
authoredDec 11, 2020
Update README.md
1 parent cbd0e06 commit 65bc6e5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ Husky can prevent bad `git commit`, `git push` and more 🐶 _woof!_
88

99
**Announcement: Husky v5 has been published, to view v5 docs click [here](https://typicode.github.io/husky).**
1010

11-
**Note for npm v7 users** Currently `INIT_CWD` environment variable is missing in npm v7 and is required for Husky v4 to auto-install (https://github.com/npm/cli/issues/2033). To manually install husky v4, run
12-
```shell
13-
INIT_CWD="$(pwd)" npm install husky --save-dev
14-
```
15-
16-
Or upgrade to [husky v5](https://typicode.github.io/husky/#/).
11+
**Note to npm v7 users**: if hooks aren't being installed with npm `v7`, check that your version is at least `v7.1.2`.
1712

1813
## Install
1914

0 commit comments

Comments
 (0)
Please sign in to comment.