Node.js Native Addon Build Tool
JSON →node-gyp is a crucial cross-platform command-line tool written in Node.js, designed specifically for compiling native addon modules for the Node.js runtime. Currently stable at version 12.2.0, it demonstrates a consistent release cadence with frequent minor and patch updates, often aligning with new Node.js and npm major versions to maintain compatibility. A key differentiator is its integration of a vendored gyp-next project, which was adapted from Chromium's build system, providing robust support for native addon development across various operating systems. It automatically handles downloading the correct Node.js development files (headers) for the target Node.js version, simplifying the build process. Unlike some misconceptions, node-gyp is not used to build Node.js itself, but rather the C/C++ components that Node.js applications rely on. It supports all current and LTS versions of Node.js, ensuring broad compatibility for native module maintainers.
Traffic · last 30 days ↑100% vs prev 7d
top countries 🇺🇸 United States · VN · 🇨🇦 Canada · 🇫🇷 France · 🇮🇳 India