|
6 | 6 |
|
7 | 7 | (write your answer here)
|
8 | 8 |
|
| 9 | + |
9 | 10 | <!--
|
10 | 11 | If you answered "Yes":
|
11 |
| - |
| 12 | +
|
12 | 13 | Please note that your issue will be fixed much faster if you spend about
|
13 | 14 | half an hour preparing it, including the exact reproduction steps and a demo.
|
14 |
| - |
| 15 | +
|
15 | 16 | If you're in a hurry or don't feel confident, it's fine to report bugs with
|
16 | 17 | less details, but this makes it less likely they'll get fixed soon.
|
17 | 18 |
|
|
37 | 38 | Then you need to decide which package manager you prefer to use.
|
38 | 39 | We support both npm (https://npmjs.com) and yarn (http://yarnpkg.com/).
|
39 | 40 | However, **they can't be used together in one project** so you need to pick one.
|
40 |
| - |
| 41 | +
|
41 | 42 | If you decided to use npm, run this in your project directory:
|
42 | 43 |
|
43 | 44 | npm install -g npm@latest
|
44 | 45 | npm install
|
45 | 46 |
|
46 | 47 | This should fix your project.
|
47 |
| - |
| 48 | +
|
48 | 49 | If you decided to use yarn, update it first (https://yarnpkg.com/en/docs/install).
|
49 | 50 | Then run in your project directory:
|
50 | 51 |
|
|
62 | 63 |
|
63 | 64 | (Write your answer here.)
|
64 | 65 |
|
| 66 | + |
65 | 67 | ### Which terms did you search for in User Guide?
|
66 | 68 |
|
67 | 69 | <!--
|
68 | 70 | There are a few common documented problems, such as watcher not detecting changes, or build failing.
|
69 | 71 | They are described in the Troubleshooting section of the User Guide:
|
70 | 72 |
|
71 |
| - https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#troubleshooting |
| 73 | + https://facebook.github.io/create-react-app/docs/troubleshooting |
72 | 74 |
|
73 | 75 | Please scan these few sections for common problems.
|
74 | 76 | Additionally, you can search the User Guide itself for something you're having issues with:
|
75 |
| - |
76 |
| - https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md |
77 |
| - |
| 77 | +
|
| 78 | + https://facebook.github.io/create-react-app/ |
| 79 | +
|
78 | 80 | If you didn't find the solution, please share which words you searched for.
|
79 | 81 | This helps us improve documentation for future readers who might encounter the same problem.
|
80 | 82 | -->
|
|
98 | 100 |
|
99 | 101 | (paste the output of the command here)
|
100 | 102 |
|
| 103 | + |
101 | 104 | ### Steps to Reproduce
|
102 | 105 |
|
103 | 106 | <!--
|
|
154 | 157 |
|
155 | 158 | (Paste the link to an example project and exact instructions to reproduce the issue.)
|
156 | 159 |
|
| 160 | + |
157 | 161 | <!--
|
158 | 162 | What happens if you skip this step?
|
159 |
| - |
| 163 | +
|
160 | 164 | We will try to help you, but in many cases it is impossible because crucial
|
161 | 165 | information is missing. In that case we'll tag an issue as having a low priority,
|
162 | 166 | and eventually close it if there is no clear direction.
|
163 |
| - |
| 167 | +
|
164 | 168 | We still appreciate the report though, as eventually somebody else might
|
165 | 169 | create a reproducible example for it.
|
166 | 170 |
|
|
0 commit comments