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.
2 parents a19c1f1 + 7713ff2 commit 1e7548bCopy full SHA for 1e7548b
src/content/2/zh/part2c.md
@@ -766,7 +766,7 @@ Error: listen EADDRINUSE 0.0.0.0:3001
766
假设api-key是<i>t0p53cr3t4p1k3yv4lu3</i>,当应用像这样启动时。
767
768
```bash
769
-REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3 npm start // For Linux/macOS Bash
+export REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3 && npm start // For Linux/macOS Bash
770
($env:REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3) -and (npm start) // For Windows PowerShell
771
set REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3 && npm start // For Windows cmd.exe
772
```
0 commit comments