Commit fe8ba34
Fix cmd command for Windows (#17)
In Windows string './node_modules/.bin/' must be enclosed in double quotes, as it contains character '.' (dot). Otherwise, you will get the error: '.' is not recognized as an internal or external command, operable program or batch file.1 parent 73b5553 commit fe8ba34
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments