npm install path-existsyarn add path-existspnpm add path-exists<script src="https://fastly.jsdelivr.net/npm/path-exists"></script><script src="https://unpkg.com/path-exists"></script><script type="module">
import pathexists from 'https://cdn.jsdelivr.net/npm/path-exists/+esm';
</script><script type="module">
import pathexists from 'https://cdn.skypack.dev/path-exists';
</script>