contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
329 stars 103 forks source link

Installation Configuration validation #307

Closed danharper83 closed 6 years ago

danharper83 commented 6 years ago

I ran the composer command as per the website

composer create-project contentacms/contenta-jsonapi-project MYPROJECT --stability dev --no-interaction

When I run through the install I get the following error message and it does not continue

Unable to install the openapi_redoc module since it does not exist.

felubra commented 6 years ago

I’m having the same problem.

felubra commented 6 years ago

Seems that the openapi_redoc submodule was removed in the latest release of drupal/openapi (8.x-1.0-beta2), released July, 25 - issue 2948570 fix.

felubra commented 6 years ago

Workaround: remove the entry 'openapi_redoc: 0' (line 44) in web/profiles/contrib/contenta_jsonapi/config/sync/core.extension.yml

e0ipso commented 6 years ago

Thanks for reporting. This is an issue introduced by a dependency, as note by @felubra in https://github.com/contentacms/contenta_jsonapi/issues/307#issuecomment-408286510.

There is an incoming fix.