Skip to content

Commit 29fb853

Browse files
save file
1 parent f75f911 commit 29fb853

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

blog/26-04-16/node-gyp-always-on-top/node-gyp-always-on-top.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,33 @@ <h1 slot=title>
345345
</div>
346346

347347

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+
<p>
365+
<code>
366+
367+
npm install -g node-gyp
368+
369+
</code>
370+
371+
</p>
372+
373+
</div>
374+
348375

349376
<div class=blog-text>
350377

0 commit comments

Comments
 (0)