1. 09 Jan, 2017 2 commits
    • Ville Immonen's avatar
      Use yarnpkg alias to run Yarn (#1365) · 24abc5e1
      Ville Immonen authored
      There’s a common tool included in Hadoop that also has a `yarn` command,
      which created issues for users who had Hadoop installed:
      * #1257
      * #1363
      
      Yarn also installs the command under `yarnpkg` alias (added in
      https://github.com/yarnpkg/yarn/commit/cefa9a368dd3df1a1f1ecd9e50de9c5fabefbc92)
      so we can use `yarnpkg` instead of `yarn` to make it more reliable.
      
      This has no effect on users who don't have Hadoop installed, but those
      who have won't see errors from falsely detecting Hadoop Yarn as Yarn
      the package manager, and they can now also install Yarn to make use of
      our Yarn support without the Hadoop Yarn interfering.
      24abc5e1
    • Ville Immonen's avatar
      Use yarnpkg alias to run Yarn (#1365) · 1b645e2c
      Ville Immonen authored
      There’s a common tool included in Hadoop that also has a `yarn` command,
      which created issues for users who had Hadoop installed:
      * #1257
      * #1363
      
      Yarn also installs the command under `yarnpkg` alias (added in
      https://github.com/yarnpkg/yarn/commit/cefa9a368dd3df1a1f1ecd9e50de9c5fabefbc92)
      so we can use `yarnpkg` instead of `yarn` to make it more reliable.
      
      This has no effect on users who don't have Hadoop installed, but those
      who have won't see errors from falsely detecting Hadoop Yarn as Yarn
      the package manager, and they can now also install Yarn to make use of
      our Yarn support without the Hadoop Yarn interfering.
      1b645e2c
  2. 18 Dec, 2016 1 commit
  3. 17 Nov, 2016 1 commit
    • Ville Immonen's avatar
      Support Yarn (#898) · bcc469c9
      Ville Immonen authored
      In the `create-react-app` command, try to install packages using Yarn.
      If Yarn is not installed, use npm instead.
      
      In `react-scripts`, detect if the project is using Yarn by checking if
      a `yarn.lock` file exists. If the project is using Yarn, display all
      the instructions with Yarn commands and use Yarn to install packages
      in `init` and `eject` scripts.
      bcc469c9
  4. 26 Sep, 2016 1 commit
  5. 25 Sep, 2016 1 commit
  6. 23 Sep, 2016 1 commit
  7. 19 Sep, 2016 1 commit
  8. 18 Sep, 2016 1 commit
  9. 14 Sep, 2016 1 commit
  10. 11 Sep, 2016 2 commits
  11. 02 Sep, 2016 1 commit
  12. 01 Sep, 2016 2 commits
  13. 25 Aug, 2016 1 commit
    • William Horton's avatar
      Use most recent React version (#477) · 250605fa
      William Horton authored
      * Get latest version numbers of react and react-dom from npm before install.
      
      * Run separate npm installs for react, react-dom, and react-test-renderer.
      
      * Consolidate into a single npm install.
      
      * Fix misplaced parenthesis, add missing semicolon.
      
      * Add missing semicolon.
      250605fa
  14. 08 Aug, 2016 1 commit
  15. 01 Aug, 2016 1 commit
  16. 26 Jul, 2016 1 commit
  17. 25 Jul, 2016 2 commits
  18. 24 Jul, 2016 2 commits
  19. 22 Jul, 2016 2 commits
  20. 21 Jul, 2016 3 commits
  21. 19 Jul, 2016 1 commit
  22. 18 Jul, 2016 11 commits