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