Composer installs rtseo.js here /libraries/rtseo.js rather than here /web/libraries/rtseo.js Not a big deal, I moved it.

I think is it because I have no installer path for libraries?

"installer-paths": {
            "web/core": ["type:drupal-core"],
            "web/modules/contrib/{$name}": ["type:drupal-module"],
            "web/profiles/contrib/{$name}": ["type:drupal-profile"],
            "web/themes/contrib/{$name}": ["type:drupal-theme"],
            "drush/contrib/{$name}": ["type:drupal-drush"]
},
        

Putting this hear mainly in case others have same issue.

Comments

Rick Hood created an issue.