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