test
Magento 2 is strict about the XML configuration.
The code <remove src="css/print.css" media="print" /> in magento2-theme-performance/Magento_Theme/layout/default_head_blocks.xml Generates this error.
If you remove the ‘media’ attribute of print.css this issue is resolved.