Fix a typo in our command

This commit is contained in:
Ani Betts 2024-05-02 12:22:51 +02:00
parent ed15283c37
commit bcadd03b44
No known key found for this signature in database

View File

@ -179,7 +179,7 @@ normally writable, then we can set it in Powershell:
```sh
mkdir -p $APPDATA\npm
& "npm config set prefix $env:APPDATA\npm"
npm config set prefix $env:APPDATA\npm
```
Afterwards, add this folder to your PATH.