|
8 | 8 |
|
9 | 9 | <!-- |
10 | 10 | If you answered "Yes": |
11 | | - |
| 11 | +
|
12 | 12 | Please note that your issue will be fixed much faster if you spend about |
13 | 13 | half an hour preparing it, including the exact reproduction steps and a demo. |
14 | | - |
| 14 | +
|
15 | 15 | If you're in a hurry or don't feel confident, it's fine to report bugs with |
16 | 16 | less details, but this makes it less likely they'll get fixed soon. |
17 | 17 |
|
|
37 | 37 | Then you need to decide which package manager you prefer to use. |
38 | 38 | We support both npm (https://npmjs.com) and yarn (http://yarnpkg.com/). |
39 | 39 | However, **they can't be used together in one project** so you need to pick one. |
40 | | - |
| 40 | +
|
41 | 41 | If you decided to use npm, run this in your project directory: |
42 | 42 |
|
43 | 43 | npm install -g npm@latest |
44 | 44 | npm install |
45 | 45 |
|
46 | 46 | This should fix your project. |
47 | | - |
| 47 | +
|
48 | 48 | If you decided to use yarn, update it first (https://yarnpkg.com/en/docs/install). |
49 | 49 | Then run in your project directory: |
50 | 50 |
|
|
68 | 68 | There are a few common documented problems, such as watcher not detecting changes, or build failing. |
69 | 69 | They are described in the Troubleshooting section of the User Guide: |
70 | 70 |
|
71 | | - https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#troubleshooting |
| 71 | + https://facebook.github.io/create-react-app/docs/troubleshooting |
72 | 72 |
|
73 | 73 | Please scan these few sections for common problems. |
74 | 74 | 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 | | - |
| 75 | +
|
| 76 | + https://facebook.github.io/create-react-app/ |
| 77 | +
|
78 | 78 | If you didn't find the solution, please share which words you searched for. |
79 | 79 | This helps us improve documentation for future readers who might encounter the same problem. |
80 | 80 | --> |
81 | 81 |
|
82 | 82 | (Write your answer here if relevant.) |
83 | 83 |
|
84 | | - |
85 | 84 | ### Environment |
86 | 85 |
|
87 | 86 | <!-- |
|
107 | 106 |
|
108 | 107 | (Write your steps here:) |
109 | 108 |
|
110 | | -1. |
111 | | -2. |
112 | | -3. |
113 | | - |
| 109 | +1. 2. 3. |
114 | 110 |
|
115 | 111 | ### Expected Behavior |
116 | 112 |
|
|
122 | 118 |
|
123 | 119 | (Write what you thought would happen.) |
124 | 120 |
|
125 | | - |
126 | 121 | ### Actual Behavior |
127 | 122 |
|
128 | 123 | <!-- |
|
133 | 128 |
|
134 | 129 | (Write what happened. Please add screenshots!) |
135 | 130 |
|
136 | | - |
137 | 131 | ### Reproducible Demo |
138 | 132 |
|
139 | 133 | <!-- |
|
156 | 150 |
|
157 | 151 | <!-- |
158 | 152 | What happens if you skip this step? |
159 | | - |
| 153 | +
|
160 | 154 | We will try to help you, but in many cases it is impossible because crucial |
161 | 155 | information is missing. In that case we'll tag an issue as having a low priority, |
162 | 156 | and eventually close it if there is no clear direction. |
163 | | - |
| 157 | +
|
164 | 158 | We still appreciate the report though, as eventually somebody else might |
165 | 159 | create a reproducible example for it. |
166 | 160 |
|
|
0 commit comments