nodejs/node-gyp: Node.js native addon build tool
$ npm i
.gyp ファイルがあると npm i
で自動的に node-gyp が実行される。
$ npm run build
or
$ npm run rebuild
$ npm run test
nodejs/node-gyp: Node.js native addon build tool
$ npm i
.gyp ファイルがあると npm i
で自動的に node-gyp が実行される。
$ npm run build
or
$ npm run rebuild
$ npm run test