mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 00:18:13 +08:00
Correct instructions for HTTPS and PowerShell (#5394)
Current instructions for running using HTTPS in a PowerShell prompt are incorrect and do not work on Windows 10 v1809
This commit is contained in:
committed by
Dan Abramov
parent
bd0ffb72aa
commit
c52cdc6280
@@ -1242,7 +1242,7 @@ set HTTPS=true&&npm start
|
||||
#### Windows (Powershell)
|
||||
|
||||
```Powershell
|
||||
($env:HTTPS = $true) -and (npm start)
|
||||
($env:HTTPS = "true") -and (npm start)
|
||||
```
|
||||
|
||||
#### Linux, macOS (Bash)
|
||||
|
||||
Reference in New Issue
Block a user