解决MSBUILD : error MSB3428错误

醉酒当歌 提交于 2019-12-18 11:17:28

问题:

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)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!