Node.js-C++Plug-In

Node.js-C++Plug-In

npm install -g node-gyp

https://github.com/nodejs/node-gyp/

node-gyp configure
node-gyp build
node-gyp rebuild

$ node-gyp configure --msvs_version=2015

原文地址:https://www.cnblogs.com/yongchao/p/13276129.html