Problem/Motivation
When trying to enable the scorm_field module on my existing site, I'm getting the folllowing error:
Configuration objects provided by <em class="placeholder">scorm_field</em> have unmet dependencies: <em class="placeholder">views.view.scorm_report_per_node (comment)</em>
This is probably caused by the fact that we do not have the comment module enabled on the site, at first glance.
Steps to reproduce
Install scorm_field module on a Drupal installation without comment module enabled.
Proposed resolution
Either move the default views config to config/optional, which will only nstall it if dependencies are met, or update the views config to remove the dependency on the comment module.