npm install karma-ie-launcheryarn add karma-ie-launcherpnpm add karma-ie-launcher<script src="https://fastly.jsdelivr.net/npm/karma-ie-launcher"></script><script src="https://unpkg.com/karma-ie-launcher"></script><script type="module">
import karmaielauncher from 'https://cdn.jsdelivr.net/npm/karma-ie-launcher/+esm';
</script><script type="module">
import karmaielauncher from 'https://cdn.skypack.dev/karma-ie-launcher';
</script>