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