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.
1 parent 4446759 commit 0d752f5Copy full SHA for 0d752f5
CHANGELOG.md
@@ -41,6 +41,20 @@
41
- Ryan Sullivan ([ryansully](https://github.com/ryansully))
42
- Simon Vocella ([voxsim](https://github.com/voxsim))
43
44
+### Migrating from 0.9.2 to 0.9.3
45
+
46
+Inside any created project that has not been ejected, run:
47
48
+```
49
+npm install --save-dev --save-exact react-scripts@0.9.3
50
51
52
+You may also optionally update the global command-line utility for offline Yarn cache support:
53
54
55
+npm install -g create-react-app@1.2.0
56
57
58
## 0.9.2 (February 26, 2017)
59
60
#### :nail_care: Enhancement
0 commit comments