Closed
Description
Preconditions
- Magento 2.3.0
- Install Magento with composer
- Remove the version number from the composer.json file in the root of the project.
Steps to reproduce
- Install Magento with composer using the following command
composer create-project --repository=https://repo.magento.com/ magento/project-community-edition <install-directory-name>
- After successful installation and setup run the following command to install the sample data:
bin/magento sampledata:deploy
Expected result
- Sample data deploys to the freshly installed Magento environment.
Actual result
- Command throws the following error:
bin/magento sampledata:deploy
Git installations must deploy sample data from GitHub; see https://devdocs.magento.com/guides/v2.3/install-gde/install/sample-data-after-clone.html for more information.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentA defect with this priority could have functionality issues which are not to expectations.The issue has been reproduced on latest 2.3 releaseAffects critical data or functionality and forces users to employ a workaround.Has been reviewed and prioritized during Triage with Product Managers