We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02638a7 commit 759319eCopy full SHA for 759319e
docs/installation.md
@@ -27,6 +27,13 @@ Using PowerShell:
27
Invoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression
28
```
29
30
+On Windows, Microsoft Defender can significantly slow down installation of packages. You can add pnpm to Microsoft Defender's list
31
+of excluded folders in a PowerShell window with administrator rights by executing:
32
+
33
+```powershell
34
+Add-MpPreference -ExclusionPath $(pnpm store path)
35
+```
36
37
### On POSIX systems
38
39
```sh
0 commit comments