CDN Resources for node-gyp
Various ways to access node-gyp via Content Delivery Networks
Package Installation
npm
npm install node-gyp
yarn
yarn add node-gyp
pnpm
pnpm add node-gyp
CDN 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