You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+25
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
## 0.8.5 (January 9, 2017)
2
+
3
+
#### :bug: Bug Fix
4
+
*`create-react-app`, `react-scripts`
5
+
*[#1365](https://github.com/facebookincubator/create-react-app/pull/1365) Use yarnpkg alias to run Yarn. ([@fson](https://github.com/fson))
6
+
7
+
Fixes an issue where running `create-react-app` failed on systems with Apache Hadoop installed because it falsely detected Hadoop YARN executable as Yarn package manager.
8
+
9
+
#### Committers: 1
10
+
- Ville Immonen ([fson](https://github.com/fson))
11
+
12
+
### Migrating from 0.8.4 to 0.8.5
13
+
14
+
Inside any created project that has not been ejected, run:
0 commit comments