<!-- ======================== Guidelines ============================ Thank you for taking the time to report a bug! 🙏 Please follow these guidelines to help us understand & fix the issue: Describe Your Problem 🎯 - Clearly explain the problem you're facing; - Describe what you expected to happen versus what actually occurred; - List the steps to reproduce the bug. Provide Detailed Information 📋 - Share relevant details: Component version, errors, screenshots; - If possible, provide a minimal reproducer in a GitHub repository. Be Kind and Respectful 🙂 - Stay patient & open to feedback, and act with kindness and respect; - Remember that this is a volunteer-driven project. ============================= Guidelines ======================== --> When updating from 2.27 to 2.28, and running `npm i --force`, I get the following output: ``` npm error code EUNSUPPORTEDPROTOCOL npm error Unsupported URL Type "catalog:": catalog: ``` Downgrading to 2.27 fixes the issue.