- 23 Jan, 2017 1 commit
-
-
Fabrizio Castellarin authored
* Use a more sophisticated template for end-to-end testing. * Not publish integration tests to npm * Use "commander" for cli argv handling * Handle different scripts version forms and exits without a name given * Prepare the commands for testing with a template * Fix dev "template" path * Add various features to test * Test various features separately * Test language features * Comment unused e2e.sh lines * Add "development" tests * Test environment variables * Test webpack plugins * Replace kitchensink README * Switch integration tests from jest to mocha * Use `fs-extra` * Use the correct folders * Do some cleanup * Print a better message for `--template` * Test `npm start` with and without https * Separate fast e2e testing from kitchensink testing * Hide `--internal-testing-template` (former `--template`) CLI option
-
- 09 Jan, 2017 2 commits
-
-
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.
-
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.
-
- 18 Dec, 2016 1 commit
-
-
Dinuka De Silva authored
* gh-1269: Enabling nested folder paths for project name * gh-1269: Added "fs-extra" and removed "path-exists" * gh-1269: Added e2e test cases to verify nested folder names
-
- 11 Dec, 2016 2 commits
-
-
Dan Abramov authored
* Tweak minimal Node error message * Tweak console messages * It doesn't need to be from npm * Try to fix e2e test
-
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
-
- 10 Dec, 2016 2 commits
-
-
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`.
-
- 08 Dec, 2016 1 commit
-
-
Dan Abramov authored
* Catch synchronous errors from spawning yarn * Fix issues
-
- 17 Nov, 2016 1 commit
-
-
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.
-
- 12 Oct, 2016 1 commit
-
-
Jih-Chi Lee authored
* Add supports for prelease tags version * Add comment to regex * Cut everything after the first -\d * Make semver version optional, so just package name get parsed correctly
-
- 11 Oct, 2016 1 commit
-
-
Patrick Dillon authored
* Support passing scoped package names to --scripts-version arg * Factor out bitwise operator in indexOf test * Comment on stripping only version or tag from package name arg
-
- 19 Sep, 2016 2 commits
-
-
Simen Bekkhus authored
* Revert "Add ES5 version of `path-exists` to CLI" This reverts commit fc3ab46d. * Use pre node@4 compatible `path-exists` Ref #617
-
Ville Immonen authored
-
- 18 Sep, 2016 2 commits
-
-
Dan Abramov authored
-
Wei Zhu authored
-
- 16 Sep, 2016 1 commit
-
-
Juan Soto authored
-
- 11 Sep, 2016 1 commit
-
-
Marek Suscak authored
* Check the app name before proceeding. * Refactor. * Use arrow function and template string. * Remove comment. * Rephrase the error. * Add missing semicolons.
-
- 02 Sep, 2016 1 commit
-
-
Jiansen HE authored
tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257)
-
- 31 Aug, 2016 1 commit
-
-
Dennis Ushakov authored
* ignore .idea folder this change is requred for IntelliJ-based products because project information files are written before actual generator is invoked * better method name and explanation
-
- 25 Aug, 2016 1 commit
-
-
Kristóf Poduszló authored
According to the official SemVer FAQ, versioning should start at 0.1.0 (http://semver.org/#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase)
-
- 08 Aug, 2016 1 commit
-
-
Rifat Nabi authored
* Creating a new app in the current directory * Fixed style mistakes
-
- 01 Aug, 2016 1 commit
-
-
Christoph Pojer authored
-
- 26 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 25 Jul, 2016 1 commit
-
-
Kevin Lacker authored
-
- 24 Jul, 2016 1 commit
-
-
Max Stoiber authored
-
- 23 Jul, 2016 1 commit
-
-
Conor Hastings authored
-
- 21 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 19 Jul, 2016 1 commit
-
-
Kevin Lacker authored
-
- 18 Jul, 2016 9 commits
-
-
Christopher Chedeau authored
-
Jonny Buchanan authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Christopher Chedeau authored
-
Christopher Chedeau authored
-
Christopher Chedeau authored
-
Christopher Chedeau authored
Summary: Test Plan: Reviewers: CC: Task ID: #
-
Christopher Chedeau authored
Test Plan: ``` npm pack node global-cli/index.js testing --scripts-version /Users/vjeux/random/react-getting-started/create-react-app-scripts-0.0.1.tgz ``` make sure it shows ``` Creating the app testing at /Users/vjeux/random/react-getting-started/testing ```
-