【node.js】】MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”。

错误原因:缺少windows构建插件

解决方法:

# (全局安装windows构建工具)
npm install --global --production windows-build-tools  
原文地址:https://www.cnblogs.com/richerdyoung/p/9150316.html