- Issue created by @SenthilMohith
- Status changed to Fixed
over 1 year ago 7:15am 5 July 2023 - 🇳🇱Netherlands megachriz
In order for the Feeds package to be found, you need to have something like the following in your composer.json:
"repositories": { "drupal": { "type": "composer", "url": "https://packages.drupal.org/8" } },
If you use the drupal composer template, then you should automatically have that line. Or start with a Drupal install this way:
composer create-project drupal/recommended-project:10.1.0 "install-dir"
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 6:02pm 12 December 2023 - 🇺🇸United States jmev
I have the section mentioned in comment #3 but am getting the same error, but with the votingapi module. Any other troubleshooting tips?