I need this module to be able to use the Paragraphs module, but when I want to download Entity Reference Revisions through Drush I get an error.

drush dl entity_reference_revisions
No release history was found for the requested project               [error]
(Entity_reference_revisions).

I tried several module name variations because of the DigitalGovSearch issue (https://www.drupal.org/node/1715486), like using capitals but to no avail.

Would like to hear how to get this fixed.

Thanks in advance!

Comments

ptitb created an issue. See original summary.

ptitb’s picture

Issue summary: View changes
ptitb’s picture

Title: Can't download Entity Reference Revisions width Drush » Can't download Entity Reference Revisions with Drush
jeroen.b’s picture

Status: Active » Postponed (maintainer needs more info)

Does it work now?
If not, what Drush version are you using? drush dl entity_reference_revisions works fine here.

juliusvaart’s picture

I've got the same problem.

No release history was found for the requested project [error]
(Entity_reference_revisions).
Could not download requested project(s).

With Drush version 8.0.5 and version 8.1.9

I used:
drush dl entity_reference_revisions

This one doesn't work:
drush dl Entity_reference_revisions
(drush reports Entity_reference_revisions was not found)

Could the capital E be the problem in the repository or something?

juliusvaart’s picture

Version: 8.x-1.0-rc7 » 8.x-1.2
bsnodgrass’s picture

Same issue here:

$ drush dl Entity_reference_revisions
No release history was found for the requested project [error]
(Entity_reference_revisions).
Could not download requested project(s). [error]
$ drush dl entity_reference_revisions
No release history was found for the requested project [error]
(Entity_reference_revisions).
Could not download requested project(s). [error]

$ drush --version
Drush Version : 8.1.3

Also tried enabling paragraphs and Y to unmet dependencies same error

I resorted to using the tar.gz link on the module page

hansfn’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

This was a puzzling problem, but the solution is very simple:

drush cc drush
drush dl entity_reference_revisions

Read more in the relevant Drush issue on Github.

PS! Always use lower case letters for project/module names when using Drush.