44
44
45
45
Inside any created project that has not been ejected, run:
46
46
47
- ```
47
+ ``` sh
48
48
npm install --save-dev --save-exact react-scripts@0.9.5
49
49
```
50
50
@@ -130,13 +130,13 @@ npm install --save-dev --save-exact react-scripts@0.9.5
130
130
131
131
Inside any created project that has not been ejected, run:
132
132
133
- ```
133
+ ``` sh
134
134
npm install --save-dev --save-exact react-scripts@0.9.4
135
135
```
136
136
137
137
You may also optionally update the global command-line utility for scoped package support:
138
138
139
- ```
139
+ ``` sh
140
140
npm install -g create-react-app@1.3.0
141
141
```
142
142
@@ -187,13 +187,13 @@ npm install -g create-react-app@1.3.0
187
187
188
188
Inside any created project that has not been ejected, run:
189
189
190
- ```
190
+ ``` sh
191
191
npm install --save-dev --save-exact react-scripts@0.9.3
192
192
```
193
193
194
194
You may also optionally update the global command-line utility for offline Yarn cache support:
195
195
196
- ```
196
+ ``` sh
197
197
npm install -g create-react-app@1.2.1
198
198
```
199
199
@@ -322,13 +322,13 @@ npm install -g create-react-app@1.2.1
322
322
323
323
Inside any created project that has not been ejected, run:
324
324
325
- ```
325
+ ``` sh
326
326
npm install --save-dev --save-exact react-scripts@0.9.2
327
327
```
328
328
329
329
You may also optionally update the global command-line utility for more efficient installs (thanks [ @n3tr ] ( https://github.com/n3tr ) ):
330
330
331
- ```
331
+ ``` sh
332
332
npm install -g create-react-app@1.1.0
333
333
```
334
334
@@ -494,7 +494,7 @@ Thanks to [@Timer](https://github.com/timer) for cutting this release.
494
494
495
495
Inside any created project that has not been ejected, run:
496
496
497
- ```
497
+ ``` sh
498
498
npm install --save-dev --save-exact react-scripts@0.9.0
499
499
```
500
500
@@ -519,13 +519,13 @@ Thanks to [@fson](https://github.com/fson) for cutting this release.
519
519
520
520
Inside any created project that has not been ejected, run:
521
521
522
- ```
522
+ ``` sh
523
523
npm install --save-dev --save-exact react-scripts@0.8.5
524
524
```
525
525
526
526
You may also optionally update the global command-line utility:
527
527
528
- ```
528
+ ``` sh
529
529
npm install -g create-react-app@1.0.3
530
530
```
531
531
@@ -621,13 +621,13 @@ npm install -g create-react-app@1.0.3
621
621
622
622
Inside any created project that has not been ejected, run:
623
623
624
- ```
624
+ ``` sh
625
625
npm install --save-dev --save-exact react-scripts@0.8.4
626
626
```
627
627
628
628
You may also optionally update the global command-line utility:
629
629
630
- ```
630
+ ``` sh
631
631
npm install -g create-react-app@1.0.2
632
632
```
633
633
@@ -662,13 +662,13 @@ npm install -g create-react-app@1.0.2
662
662
663
663
Inside any created project that has not been ejected, run:
664
664
665
- ```
665
+ ``` sh
666
666
npm install --save-dev --save-exact react-scripts@0.8.3
667
667
```
668
668
669
669
You can optionally update the global CLI too:
670
670
671
- ```
671
+ ``` sh
672
672
npm install -g create-react-app@1.0.1
673
673
```
674
674
@@ -751,7 +751,7 @@ npm install -g create-react-app@1.0.1
751
751
752
752
Inside any created project that has not been ejected, run:
753
753
754
- ```
754
+ ``` sh
755
755
npm install --save-dev --save-exact react-scripts@0.8.2
756
756
```
757
757
@@ -767,7 +767,7 @@ Thanks to [@fson](https://github.com/fson) for cutting this release.
767
767
768
768
Inside any created project that has not been ejected, run:
769
769
770
- ```
770
+ ``` sh
771
771
npm install --save-dev --save-exact react-scripts@0.8.1
772
772
```
773
773
@@ -917,13 +917,13 @@ Thanks to [@fson](https://github.com/fson) for cutting this release.
917
917
918
918
You may optionally update the global command (it’s not required, but it adds Yarn support for new projects):
919
919
920
- ```
920
+ ```sh
921
921
npm install -g create-react-app@1.0.0
922
922
```
923
923
924
924
Inside any created project that has not been ejected, run:
925
925
926
- ```
926
+ ``` sh
927
927
npm install --save-dev --save-exact react-scripts@0.8.0
928
928
```
929
929
@@ -969,13 +969,13 @@ Thanks to [@fson](https://github.com/fson) for cutting this release.
969
969
970
970
You may optionally update the global command (it’s not required):
971
971
972
- ```
972
+ ``` sh
973
973
npm install -g create-react-app@0.6.0
974
974
```
975
975
976
976
Inside any created project that has not been ejected, run:
977
977
978
- ```
978
+ ``` sh
979
979
npm install --save-dev --save-exact react-scripts@0.7.0
980
980
```
981
981
@@ -984,7 +984,7 @@ npm install --save-dev --save-exact react-scripts@0.7.0
984
984
#### Updating Snapshots
985
985
986
986
Jest 16 includes [ improvements to snapshot testing and changes to the snapshot format] ( https://facebook.github.io/jest/blog/2016/10/03/jest-16.html#snapshot-updates ) . If your project uses snapshot testing, you'll need to update the snapshot files. To update the snapshots, run:
987
- ```
987
+ ``` sh
988
988
npm test -- -u
989
989
```
990
990
@@ -1002,7 +1002,7 @@ npm test -- -u
1002
1002
1003
1003
Inside any created project that has not been ejected, run:
1004
1004
1005
- ```
1005
+ ``` sh
1006
1006
npm install --save-dev --save-exact react-scripts@0.6.1
1007
1007
```
1008
1008
@@ -1020,7 +1020,7 @@ npm install --save-dev --save-exact react-scripts@0.6.1
1020
1020
1021
1021
Inside any created project that has not been ejected, run:
1022
1022
1023
- ```
1023
+ ``` sh
1024
1024
npm install --save-dev --save-exact react-scripts@0.6.0
1025
1025
```
1026
1026
@@ -1040,7 +1040,7 @@ npm install --save-dev --save-exact react-scripts@0.6.0
1040
1040
1041
1041
Inside any created project that has not been ejected, run:
1042
1042
1043
- ```
1043
+ ``` sh
1044
1044
npm install --save-dev --save-exact react-scripts@0.5.1
1045
1045
```
1046
1046
@@ -1077,7 +1077,7 @@ npm install --save-dev --save-exact react-scripts@0.5.1
1077
1077
1078
1078
Inside any created project that has not been ejected, run:
1079
1079
1080
- ```
1080
+ ``` sh
1081
1081
npm install --save-dev --save-exact react-scripts@0.5.0
1082
1082
```
1083
1083
@@ -1095,7 +1095,7 @@ You can no longer reference any files from `./src` in `index.html`. Instead, `pu
1095
1095
1096
1096
For example, instead of:
1097
1097
1098
- ```js
1098
+ ``` html
1099
1099
<link rel =" shortcut icon" href =" ./src/favicon.ico" >
1100
1100
```
1101
1101
@@ -1120,7 +1120,7 @@ It contained no changes to the code.
1120
1120
1121
1121
Inside any created project that has not been ejected, run:
1122
1122
1123
- ```
1123
+ ``` sh
1124
1124
npm install --save-dev --save-exact react-scripts@0.4.3
1125
1125
```
1126
1126
@@ -1153,13 +1153,13 @@ npm install --save-dev --save-exact react-scripts@0.4.3
1153
1153
1154
1154
You may optionally update the global command (it’s not required):
1155
1155
1156
- ```
1156
+ ``` sh
1157
1157
npm install -g create-react-app@0.4.2
1158
1158
```
1159
1159
1160
1160
Inside any created project that has not been ejected, run:
1161
1161
1162
- ```
1162
+ ``` sh
1163
1163
npm install --save-dev --save-exact react-scripts@0.4.2
1164
1164
```
1165
1165
@@ -1174,7 +1174,7 @@ npm install --save-dev --save-exact react-scripts@0.4.2
1174
1174
1175
1175
Inside any created project that has not been ejected, run:
1176
1176
1177
- ```
1177
+ ``` sh
1178
1178
npm install --save-dev --save-exact react-scripts@0.4.1
1179
1179
```
1180
1180
@@ -1191,7 +1191,7 @@ npm install --save-dev --save-exact react-scripts@0.4.1
1191
1191
1192
1192
Inside any created project that has not been ejected, run:
1193
1193
1194
- ```
1194
+ ``` sh
1195
1195
npm install --save-dev --save-exact react-scripts@0.4.0
1196
1196
```
1197
1197
@@ -1215,7 +1215,7 @@ If you referenced some other files from `index.html`, please file an issue to di
1215
1215
1216
1216
Inside any created project that has not been ejected, run:
1217
1217
1218
- ```
1218
+ ``` sh
1219
1219
npm install --save-dev --save-exact react-scripts@0.3.1
1220
1220
```
1221
1221
@@ -1239,13 +1239,13 @@ npm install --save-dev --save-exact react-scripts@0.3.1
1239
1239
1240
1240
You may optionally update the global command (it’s not required):
1241
1241
1242
- ```
1242
+ ``` sh
1243
1243
npm install -g create-react-app@0.3.0
1244
1244
```
1245
1245
1246
1246
Inside any created project that has not been ejected, run:
1247
1247
1248
- ```
1248
+ ``` sh
1249
1249
npm install --save-dev --save-exact react-scripts@0.3.0
1250
1250
```
1251
1251
@@ -1357,13 +1357,13 @@ Newly created projects will use `0.2.1` automatically. You **don’t** need to u
1357
1357
1358
1358
You may optionally update the global command (it’s not required):
1359
1359
1360
- ```
1360
+ ``` sh
1361
1361
npm install -g create-react-app@0.2.0
1362
1362
```
1363
1363
1364
1364
Inside any created project that has not been ejected, run:
1365
1365
1366
- ```
1366
+ ``` sh
1367
1367
npm install --save-dev --save-exact react-scripts@0.2.0
1368
1368
```
1369
1369
0 commit comments