- 09 Jan, 2017 2 commits
-
-
Ville Immonen authored
-
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.
-
- 11 Dec, 2016 10 commits
-
-
Dan Abramov authored
- create-react-app@1.0.2 - react-dev-utils@0.4.2 - react-scripts@0.8.4
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Tweak minimal Node error message * Tweak console messages * It doesn't need to be from npm * Try to fix e2e test
-
Dan Abramov authored
-
Benoit Averty authored
-
Fabrizio Castellarin authored
* Use "commander" for cli argv handling * Handle different scripts version forms and exits without a name given * Revert comment about min supported node version * Check sooner for the minimal node version * Add travis test for node <4 * Parse stderr in node versions <4
-
Pavel Kolesnikov authored
* Proxy rewrites Origin header to match the target server URL * Added comments on rewriting Origin header by the proxy middleware
-
Brian Ng authored
-
Joe Haddad authored
-
- 10 Dec, 2016 5 commits
-
-
Shogun Sea authored
-
Jirat Ki authored
-
Ville Immonen authored
* Update CONTRIBUTING.md * Add more detailed change log instructions
-
Ville Immonen authored
Previously create-react-app exited with 0 after an installation error.
-
Ville Immonen authored
* Remove the “‘yarn’ is not recognized as an internal or external command, ...” message on Windows * Simplify the detection code: just run `yarn --version` – if it succeeds use `yarn`, if it fails use `npm`.
-
- 09 Dec, 2016 3 commits
-
-
Jirat Ki authored
-
Dave Baskin authored
-
Jirat Ki authored
- Use “Chrome” instead of "Google Chrome", It will try to use current active browser. otherwise, use default. - If “Chrome”s aren’t running, will fallback to opn(url)
-
- 08 Dec, 2016 5 commits
-
-
Dan Abramov authored
- create-react-app@1.0.1 - react-scripts@0.8.3
-
Dan Abramov authored
-
Dan Abramov authored
* Catch synchronous errors from spawning yarn * Fix issues
-
Dan Abramov authored
-
mustang authored
-
- 07 Dec, 2016 8 commits
-
-
Marek Suscak authored
* Add syntax highlighting configuration guide. * Update link.
-
Dan Abramov authored
- babel-preset-react-app@2.0.1 - eslint-config-react-app@0.5.0 - react-dev-utils@0.4.1 - react-scripts@0.8.2
-
Dan Abramov authored
* Add changelog for 0.8.2 * Fix date
-
Dan Abramov authored
* Let Jest handle all file types * Update regexes * Fix exclusion regex to also exclude files without extension * Be over-cautious with Windows paths because I'm not sure how Jest handles them * There is no automatic babel-jest discovery now that we use transsform
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Vincenzo Chianese authored
-
- 06 Dec, 2016 6 commits
-
-
Jirat Ki authored
* Reuse empty tab on open chrome apple script * Break find tab into function * Use property to store found * Fix minor issues that caused window to not get active
-
Bogdan Soare authored
-
Dan Abramov authored
-
Fabrizio Castellarin authored
* temporary fix missing babel plugins * Add an issue link
-
Vincenzo Chianese authored
* Add Subresource Integrity support * Pin dependency
-
- 05 Dec, 2016 1 commit
-
-
James Newell authored
* Don't strip stack traces of evaluated webpack code * Strip stack traces at the end of a string because the last line doesn't always have a `\n` and `create-react-app` is leaving the last line of the stack traces present in the error messages * code comment * code comment
-