npm install node-cacheyarn add node-cachepnpm add node-cache<script src="https://fastly.jsdelivr.net/npm/node-cache"></script><script src="https://unpkg.com/node-cache"></script><script type="module">
import nodecache from 'https://cdn.jsdelivr.net/npm/node-cache/+esm';
</script><script type="module">
import nodecache from 'https://cdn.skypack.dev/node-cache';
</script>