Skip to content

v0.8.5

Compare
Choose a tag to compare
@fson fson released this 09 Jan 15:56

0.8.5 (January 9, 2017)

πŸ› Bug Fix

  • create-react-app, react-scripts
    • #1365 Use yarnpkg alias to run Yarn. (@fson)

      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.

Committers: 1

  • Ville Immonen (fson)

Migrating from 0.8.4 to 0.8.5

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@0.8.5

You may also optionally update the global command-line utility:

npm install -g create-react-app@1.0.3