There is actually a conflict between STATE MACHINE and PLUGIN modules. The following error is generated during installation:
=>Screen error message: The website encountered an unexpected error. Please try again later.
=>Log error messages: InvalidArgumentException: The plugin type definition "plugin_definition_decorator_class" item must valid class name, but "\Drupal\plugin\PluginDefinition\ArrayPluginDefinition" was given and it does not exist. in Drupal\plugin\PluginType\PluginType->__construct() (line 135 of /.../modules/plugin/src/PluginType/PluginType.php).
This was reported as well to the developer of PLUGIN module.
Comments
Comment #2
bojanz commentedConfirmed.
The ArrayPluginDefinition class doesn't exist, we need to update our integration with Plugin module.
Comment #4
bojanz commentedPushed a fix, you can try the latest -dev release.