npm install nightmareyarn add nightmarepnpm add nightmare<script src="https://fastly.jsdelivr.net/npm/nightmare"></script><script src="https://unpkg.com/nightmare"></script><script type="module">
import nightmare from 'https://cdn.jsdelivr.net/npm/nightmare/+esm';
</script><script type="module">
import nightmare from 'https://cdn.skypack.dev/nightmare';
</script>