CDN Resources for npm-run-path
Various ways to access npm-run-path via Content Delivery Networks
Package Installation
npm
npm install npm-run-pathyarn
yarn add npm-run-pathpnpm
pnpm add npm-run-pathCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/npm-run-path"></script>Unpkg
<script src="https://unpkg.com/npm-run-path"></script>jsDelivr ESM
<script type="module">
import npmrunpath from 'https://cdn.jsdelivr.net/npm/npm-run-path/+esm';
</script>Skypack
<script type="module">
import npmrunpath from 'https://cdn.skypack.dev/npm-run-path';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages