みんなN-API使おう!
詳細はnode-gypのREADME参照のこと
python2.7xとかxcode/gcc,make/vc++とか入れた上で
sudo npm i -g node-gyp
git clone --depth 1 git@github.com:mochiya98/napi_kansaiNodeAcad3.git
cd napi_kansaiNodeAcad3
make build
cd hello
node-gyp configure && node-gyp build
cd ..\promise
node-gyp configure && node-gyp build