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