We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75f911 commit 29fb853Copy full SHA for 29fb853
1 file changed
blog/26-04-16/node-gyp-always-on-top/node-gyp-always-on-top.html
@@ -345,6 +345,33 @@ <h1 slot=title>
345
</div>
346
347
348
+ <div class=blog-text>
349
+
350
+ <div class=blog-hdr>
351
+ node-gyp
352
+ </div>
353
354
+ <a href='https://www.npmjs.com/package/node-gyp'>
355
+ npm node-gyp
356
+ </a>
357
358
+ <p>
359
+ node-gyp is a cross-platform command-line tool written in Node.js for compiling native
360
+ addon modules for Node.js. It contains a vendored copy of the gyp-next project that was
361
+ previously used by the Chromium team and extended to support the development of Node.js native addons.
362
+ </p>
363
364
365
+ <code>
366
367
+ npm install -g node-gyp
368
369
+ </code>
370
371
372
373
374
375
376
<div class=blog-text>
377
0 commit comments