-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Error installing sample data for magento v0.42.0-beta7 - sample data 0.42.0-beta6 #1036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@mahesh004 Thank your for reporting the issue. Could you please provide your composer.json content? Internal reference - MAGETWO-34087 |
@mahesh004 Do you specified the repository http://packages.magento.com/ in your composer.json? "repositories": [ |
Thanks for your attention. Here is my composer.json code. { |
In the description above you described
But from the print screen image I can see the different error message about problems with packages:
Could you please clarify which exactly error do you have? P.S. I have tried to run composer update using your version of composer.json but it works for me. |
[Mavericks] Prepare M2 CE functional test suits
MAGETWO-65670: Add @api Annotation in CmsUrlRewrite Module
- Merge Pull Request magento/graphql-ce#1036 from TomashKhamlai/graphql-ce:editorial-shoud-should - Merged commits: 1. 8ad0f2e
I have successfully installed magento v0.42.0-beta7 without loading sample data during installation. After that I have added sample date in composer.json and updated it.
"magento/sample-data": "0.42.0-beta6",
"magento/sample-data-media": "~0.42.0-beta1"
Sample data files are created in \magento2\dev\tools\Magento\Tools\SampleData but got error.
@mahesh d:\xampp\htdocs\magento2
composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package magento/sample-data could not be found in any version, there may be a typo in the package name.
Potential causes:
see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.
I have added "minimum-stability": "dev", in composer.json but no use. I have attached the image for reference.
I have tried like beta7 also
"magento/sample-data": "0.42.0-beta7",
"magento/sample-data-media": "~0.42.0-beta1"
The text was updated successfully, but these errors were encountered: