问题:
MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”。要解决此问题,1) 安装 .NET Framework 2.0 SDK;2) 安装 Microsoft Visual Studio 2005;或 3) 如果将该组件安
装到了其他位置,请将其位置添加到系统路径中。
解决方法:
一、在【.npmrc】文件中添加淘宝镜像地址:(然后再重新编译)
phantomjs_cdnurl=http://cnpmjs.org/downloads
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
registry=https://registry.npm.taobao.org
二、执行卸载安装: npm uninstall node-sass
三、执行重新安装: npm install node-sass(或 npm install)
来源:CSDN
作者:communal
链接:https://blog.csdn.net/yan072201/article/details/103592463