You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,14 @@ It causes errors for end users of your package
162
162
> Uninstallation will remove all the existing git hooks.
163
163
164
164
```sh
165
-
npm uninstall simple-git-hooks
165
+
pnpm uninstall simple-git-hooks
166
+
```
167
+
168
+
Note: It only works for some 3rd-party package managers e.g. pnpm. For **npm** - default node package manager - it isn't supported, see [documentation](https://docs.npmjs.com/cli/v11/using-npm/scripts#a-note-on-a-lack-of-npm-uninstall-scripts).
169
+
You can uninstall hooks manually from your project root:
0 commit comments