是什么 ? | : | gyp wrapper for compiling native addon modules for Node.js. |
开发语言 | : | Node.js |
源码仓库 | : | https://github.com/nodejs/node-gyp |
step1、安装依赖
操作系统 | 依赖工具 |
---|---|
macOS | CPython、Xcode、command-line-developer-tools |
Windows | windows-build-tools |
GNU/Linux | CPython、gmake、 ( gcc + g++ ) / GCC | Clang / LLVM |
step2、安装node-gyp
包管理器 | 安装命令 |
---|---|
npm | npm install -g node-gyp |
yarn | yarn global add node-gyp |
您只有在开发Node.js的插件
的时候才需要安装此工具。