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
@@ -43,10 +43,9 @@ If the command fails with a permissions error, please try `sudo` and then the co
43
43
44
44
## Windows
45
45
46
-
Windows is a bit trickier, since `npm` might be installed to the "Program Files" directory, which needs admin privileges in order to
47
-
modify on current Windows. Therefore, run the following commands __inside a `cmd.exe` started with "Run as Administrator"__:
46
+
Windows is a bit trickier, since `npm` might be installed in the "Program Files" directory, which needs admin privileges to modify current Windows. Therefore, run the following commands __inside a `cmd.exe` started with "Run as Administrator"__:
48
47
49
-
First we need to find the location of `node`. If you don't already know the location that `node.exe` got installed to, then run:
48
+
First, we need to find the location of `node`. If you don't already know the location that `node.exe` got installed to, then run:
50
49
```bash
51
50
$ where node
52
51
```
@@ -56,7 +55,7 @@ Now `cd` to the directory that `node.exe` is contained in e.g.:
56
55
$ cd"C:\Program Files\nodejs"
57
56
```
58
57
59
-
If your npm version is ___7 or 8___, do:
58
+
If your npm version is ___7 or higher___, do:
60
59
```bash
61
60
cd node_modules\npm\node_modules\@npmcli\run-script
0 commit comments