mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Issue template: fix env list ordering (#2697)
This commit is contained in:
committed by
Dan Abramov
parent
ad35fd1d13
commit
b0cd28663d
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
@@ -81,8 +81,8 @@
|
||||
|
||||
1. `node -v`:
|
||||
2. `npm -v`:
|
||||
4. `yarn --version` (if you use Yarn):
|
||||
3. `npm ls react-scripts` (if you haven’t ejected):
|
||||
3. `yarn --version` (if you use Yarn):
|
||||
4. `npm ls react-scripts` (if you haven’t ejected):
|
||||
|
||||
Then, specify:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user