<!-- ======================== 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 ======================== --> In https://github.com/symfony/ux/blob/2.x/src/Map/src/Bridge/Leaflet/assets/package.json#L52 is added "workspace:*" url type added but NPM does not recognise this type. Error: npm error Unsupported URL Type "workspace:": workspace:* package.json ``` "@symfony/ux-leaflet-map": "file:vendor/symfony/ux-leaflet-map/assets", ``` Works "@symfony/ux-leaflet-map": "2.24"